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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Source: ocaml-gettext
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Kyle Robbertze <paddatrapper@debian.org>
Build-Depends: camlp4,
camlp4-extra,
cppo,
debhelper-compat (= 13),
dh-ocaml (>= 1.2.2),
libbenchmark-ocaml-dev,
libcamomile-ocaml-dev (>= 2.0.0),
libdune-ocaml-dev,
libfileutils-ocaml-dev,
liblablgtk3-ocaml-dev,
libounit-ocaml-dev,
ocaml-dune,
ocaml-findlib,
ocaml (>= 5.4.0)
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-gettext.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-gettext
Homepage: https://github.com/gildor478/ocaml-gettext
Package: libgettext-ocaml
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: OCaml internationalization shared library
This library provides utilities and libraries to enable localization
in OCaml programs. It is based on the same principle of GNU gettext.
.
The package provides two libraries to do effectively translation :
- gettext-camomile : pure OCaml implementation of gettext
- gettext-stub : implementation using the gettext library.
.
This package contains shared library.
Package: libgettext-ocaml-dev
Architecture: any
Depends: libcamomile-ocaml-dev,
libfileutils-ocaml-dev,
libgettext-ocaml (= ${binary:Version}),
${misc:Depends},
${ocaml:Depends},
${shlibs:Depends}
Provides: ${ocaml:Provides}
Suggests: ocaml-findlib
Description: OCaml internationalization library
This library provides utilities and libraries to enable localization
in OCaml programs. It is based on the same principle of GNU gettext.
.
The package provides two libraries to do effectively translation :
- gettext-camomile : pure OCaml implementation of gettext
- gettext-stub : implementation using the gettext library.
.
This package contains header, OCaml library and devel tools.
|