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
|
Source: ocaml-deriving-ocsigen
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Stéphane Glondu <glondu@debian.org>
Build-Depends:
ocaml-nox (>= 4.01),
ocaml-findlib (>= 1.4),
dh-ocaml (>= 0.9~),
debhelper (>= 9),
libtype-conv-camlp4-dev (>= 108),
liboptcomp-camlp4-dev,
oasis (>= 0.4),
camlp4-extra (>= 4.01)
Standards-Version: 3.9.5
Homepage: https://github.com/ocsigen/deriving
Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/ocaml-deriving-ocsigen.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/ocaml-deriving-ocsigen.git
Package: libderiving-ocsigen-ocaml-dev
Architecture: any
Depends:
${shlibs:Depends},
${ocaml:Depends},
${misc:Depends}
Conflicts: libderiving-ocaml, libderiving-ocaml-dev
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: deriving functions from type declarations in OCaml (devt files)
Camlp4 extension to OCaml for deriving functions from type declarations.
Includes derivers for pretty-printing, type-safe marshalling with
structure-sharing, dynamic typing, equality, and more.
.
This is the version maintained by the Ocsigen project.
Package: libderiving-ocsigen-ocaml
Architecture: any
Depends:
${shlibs:Depends},
${ocaml:Depends},
${misc:Depends}
Conflicts: libderiving-ocaml, libderiving-ocaml-dev
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: deriving functions from type declarations in OCaml (runtime)
Camlp4 extension to OCaml for deriving functions from type declarations.
Includes derivers for pretty-printing, type-safe marshalling with
structure-sharing, dynamic typing, equality, and more.
.
This is the version maintained by the Ocsigen project.
.
This package contains the shared runtime libraries.
|