bitstrings and bitstring matching for OCaml
Description
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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 06 Dec 2019
- Authors
- Maintainers
Sources
Dependencies
ounit
with-test
ocaml-migrate-parsetree
>= "1.0.5" & < "2.0.0"
ppx_tools_versioned
build
ocaml
>= "4.02.3"
Reverse Dependencies
Conflicts