bin-prot 1.3.1-3build2 source package in Ubuntu

Changelog

bin-prot (1.3.1-3build2) precise; urgency=low

  * Rebuild for OCaml 3.12.1.
 -- Colin Watson <email address hidden>   Sat, 19 Nov 2011 11:59:45 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
bin-prot_1.3.1.orig.tar.gz 109.6 KiB c831024c9cc01bfd0326688f1bfe7d41114065a3ead5e3c08931108bfe70d434
bin-prot_1.3.1-3build2.debian.tar.gz 9.6 KiB b5778c8265424b9ebd7b8e27776782168e61bd0beca2c7a44121448ba733ca70
bin-prot_1.3.1-3build2.dsc 2.2 KiB c8978690a4b22a33309f0140d58816217815976cbad309892f7df79823d94881

Available diffs

View changes file

Binary packages built by this source

libbin-prot-camlp4-dev: 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.