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
|
Source: type-conv
Section: ocaml
Priority: extra
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Stéphane Glondu <glondu@debian.org>,
Hilko Bengen <bengen@debian.org>
Build-Depends:
debhelper (>= 9),
ocaml-nox (>= 4.00.0),
ocaml-findlib (>= 1.3.2),
camlp4,
camlp4-extra,
dh-ocaml (>= 0.9)
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/type-conv.git
Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/type-conv.git
Homepage: https://forge.ocamlcore.org/projects/type-conv
Package: libtype-conv-camlp4-dev
Architecture: any
Depends:
ocaml-findlib,
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Description: support library for OCaml preprocessor type conversions
The type-conv library factors out functionality needed by different
CamlP4 extensions that generate code from type specifications.
.
CamlP4 extensions adding support for some trailing "with foo" (e.g.
"with sexplib" provided by sexplib, and "with bin_io" provided by
bin-prot) after type declaration can rely on type-conv.
|