Source: camomile
Section: ocaml
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Kyle Robbertze <paddatrapper@debian.org>
Build-Depends: cppo,
               debhelper-compat (= 14),
               dh-ocaml (>= 1.2),
               docbook-xml,
               docbook-xsl,
               ocaml-dune (>= 1.6.2),
               libdune-site-ocaml-dev,
               libcamlp-streams-ocaml-dev,
               libxml2-utils,
               ocaml-crunch,
               ocaml-findlib,
               ocaml,
               opam-installer,
               po4a,
               xsltproc
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/ocaml-team/camomile.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/camomile
Homepage: https://github.com/ocaml-community/Camomile

Package: libcamomile-ocaml-data
Architecture: all
Multi-Arch: foreign
Suggests: libcamomile-ocaml-dev
Depends: ${misc:Depends}
Description: Unicode data for OCaml
 Camomile is a comprehensive Unicode library for objective caml language.
 The library is currently designed to conform Unicode Standard 3.2.
 .
 This package contains the data needed by camomile.

Package: libcamomile-ocaml-dev
Architecture: any
Depends: libcamomile-ocaml-data (= ${source:Version}),
         ${misc:Depends},
         ${ocaml:Depends},
         ${shlibs:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: Unicode library for OCaml
 Camomile is a comprehensive Unicode library for objective caml language.
 The library is currently designed to conform Unicode Standard 3.2.
 .
 Normalisers (NFD, NFKD, NFC, NFKC) and collator (string comparison) pass
 the conformance tests defined Unicode Technical Reports. Collator is also
 tested to Canadian, Thai and Japanese standards with their locales.

Package: libcamomile-embedded-ocaml-dev
Architecture: any
Depends: ${misc:Depends},
         ${ocaml:Depends},
         ${shlibs:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: Unicode library for OCaml - embedded version
 Camomile is a comprehensive Unicode library for objective caml language.
 The library is currently designed to conform Unicode Standard 3.2. This
 package allows for a build-time dependency on Camomile without the need
 to install the data package for built binaries.
 .
 Normalisers (NFD, NFKD, NFC, NFKC) and collator (string comparison) pass
 the conformance tests defined Unicode Technical Reports. Collator is also
 tested to Canadian, Thai and Japanese standards with their locales.
