biniou 1.0.0-1build1 source package in Ubuntu

Changelog

biniou (1.0.0-1build1) oneiric; urgency=low

  * Rebuild to pick up ocaml fixes on armel.
 -- Adam Conrad <email address hidden>   Wed, 24 Aug 2011 16:40:52 -0600

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Oneiric
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
ocaml
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
biniou_1.0.0.orig.tar.gz 20.9 KiB 9043ffdef9b2e22e38eae681ac0949d4d5c376936314f5e26e74ae3b06b685ae
biniou_1.0.0-1build1.debian.tar.gz 4.0 KiB 3ec844267243fd4e19519d6f65ececf3ef77df6e0d6a7651af1587334e0e8cf3
biniou_1.0.0-1build1.dsc 1.3 KiB 5b76ebdf0d443f3d3df4220defadb5596e559e4c9bd81de69ad07153fd9bb941

View changes file

Binary packages built by this source

libbiniou-ocaml: flexible binary data format in OCaml

 Biniou is a binary data format designed for speed, safety, ease of use
 and backward compatibility as protocols evolve. Biniou is vastly
 equivalent to JSON in terms of functionality but allows implementations
 about 4 times as fast (see godi-yojson for comparison), with 25-35%
 space savings. Biniou data can be decoded into human-readable form
 without knowledge of type definitions except for field and variant names
 which are represented by 31-bit hashes.
 .
 This package contains the shared runtime libraries.

libbiniou-ocaml-dev: flexible binary data format in OCaml

 Biniou is a binary data format designed for speed, safety, ease of use
 and backward compatibility as protocols evolve. Biniou is vastly
 equivalent to JSON in terms of functionality but allows implementations
 about 4 times as fast (see godi-yojson for comparison), with 25-35%
 space savings. Biniou data can be decoded into human-readable form
 without knowledge of type definitions except for field and variant names
 which are represented by 31-bit hashes.