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.2.tbz
sha256=8bf3ff17cd0ecb2d6b6d1d94cb08ef089d44caef96e9bae6be6839d428fa318f
sha512=7d03b3759a3a2e1c77713aa1b8375a1f1917f49d14fe5e3cb01d5e53a12e6385b7a3b0f4827f3be71182c31c416d780e1f9ef011dc205cb8f9b0ab2d8fc23cfd

CHANGES.md.html

1.2.2 (2022-16-06)

  • 5.0 compatibilty. Depend on camlp-streams explicitly (#31)

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