1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: ocaml-uucp
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: ocaml
Priority: optional
Standards-Version: 4.6.2
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-ocaml,
libcmdliner-ocaml-dev,
libtopkg-ocaml-dev,
libuucd-ocaml-dev <!nocheck>,
libuunf-ocaml-dev,
libuutf-ocaml-dev,
ocaml-findlib,
ocamlbuild
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-uucp
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-uucp.git
Homepage: https://erratique.ch/software/uucp
Package: libuucp-ocaml
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: access properties of Unicode characters (runtime files)
This low-deps library gives access to properties of Unicode
characters of the Unicode character database.
.
This package provides the runtime files.
Package: libuucp-ocaml-dev
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: access properties of Unicode characters (dev files)
This low-deps library gives access to properties of Unicode
characters of the Unicode character database.
.
This package provides the dev files.
|