package bitstring

  1. Overview
  2. No Docs
bitstrings and bitstring matching for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v3.1.1.tar.gz
md5=ebf52fe55946c70aa7cb3fe51905b830

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.

Published: 06 Dec 2019

Dependencies (5)

  1. stdlib-shims
  2. ocaml-migrate-parsetree >= "1.0.5" & < "2.0.0"
  3. ppx_tools_versioned build
  4. dune
  5. ocaml >= "4.02.3"

Dev Dependencies (1)

  1. ounit with-test

Conflicts (1)

  1. ppx_bitstring