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
|
Source: bin-prot
Section: ocaml
Priority: extra
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Stefano Zacchiroli <zack@debian.org>,
Sylvain Le Gall <gildor@debian.org>
Build-Depends:
debhelper (>= 7),
cdbs,
dh-ocaml (>= 0.9),
ocaml-nox (>= 3.11.1),
ocaml-findlib (>= 1.2.4),
camlp4,
camlp4-extra,
libtype-conv-camlp4-dev (>= 1.6.7-2),
libounit-ocaml-dev (>= 1.0.3-2)
Standards-Version: 3.8.3
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/bin-prot.git
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/bin-prot.git
Homepage: http://www.ocaml.info/home/ocaml_sources.html#bin-prot
Package: libbin-prot-camlp4-dev
Architecture: any
Depends:
${ocaml:Depends},
ocaml-findlib,
camlp4,
libtype-conv-camlp4-dev,
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Description: type-safe binary serialization for OCaml values
bin-prot provides functionalities for reading and writing OCaml-values
in a type-safe binary protocol.
.
These functions provide a safe way of performing I/O on any
extensionally defined data type. Functions, objects, and values whose
type is bound through a polymorphic record field are not supported, but
everything else is.
.
There is no support for cyclic or shared values and only little endian
computer architectures are supported.
|