bitstring 2.0.4
Author | Richard W.M. Jones | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
License | LGPLv2+ with exceptions and GPLv2+ | |||||||||||||
Homepage | http://code.google.com/p/bitstring | |||||||||||||
Maintainer | contact@ocamlpro.com | |||||||||||||
Dependencies |
|
|||||||||||||
OCaml | >= 3.10 | |||||||||||||
Published | Sep 5, 2013 | |||||||||||||
Source [http] |
http://bitstring.googlecode.com/files/ocaml-bitstring-2.0.4.tar.gz 5f92601000aea467c989afe141cb1632 |
|||||||||||||
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/bitstring/bitstring.2.0.4/opam |
bitstrings and bitstring matching for OCaml
The ocaml-bitstring project adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml. 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.