Bitstring
The ocaml-bitstring project adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml.
(This project was formerly known as "bitmatch").
You can use this module to both parse and generate binary formats, files and protocols.
Bitstring handling is added as primitives to the language, making it exceptionally simple to use and very powerful.
[ Homepage ]
| Author: | Richard W.M. Jones. |
| Last modification date: | 25-Jan-2010 |
| Version: | 2.0.2 |
| Development status: | Stable |
| Kind: | Camlp4 extensions |
| License: | Open Source :: LGPL |
| Topic: | General purpose libraries :: Data structures |
| Homepage: | http://code.google.com/p/bitstring/ |