package biniou

  1. Overview
  2. Docs
Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve

Install

Dune Dependency

Authors

Maintainers

Sources

biniou-1.2.1.tbz
sha256=35546c68b1929a8e6d27a3b39ecd17b38303a0d47e65eb9d1480c2061ea84335
sha512=82670cc77bf3e869ee26e5fbe5a5affa45a22bc8b6c4bd7e85473912780e0111baca59b34a2c14feae3543ce6e239d7fddaeab24b686a65bfe642cdb91d27ebf

CHANGES.md.html

1.2.1 (2019-08-02)

  • Remove which dependency (#25)

  • Migrate to dune (#29)

  • Generate opam file from dune and port to opam 2.0 (#30)

1.0.2 (2012-03-19)

  • support for flushing output to abstract OO channels

1.0.1 (2012-01-03)

  • new experimental array streaming utility

  • compiling with -g, allowing stack trace recording

  • fixed description of the format for string encoding

1.0.0 (2010-12-04)

  • added system of references for sharing values

  • new variant `Shared

  • new fields in input and output buffers

  • bdump: option -h to specify alternate dictionary

  • standalone reference for the biniou format

0.9.1 (2010-09-13)

  • fixed Bi_inbuf.from_channel

  • added INSTALL file

0.9.0 (2010-08-04)

  • first release