package bitstring

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

Install

Dune Dependency

Authors

Maintainers

Sources

v3.0.0.tar.gz
md5=ce1d3b99ed9d4ff98af1fafd9274d897

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: 12 Jan 2018

Dependencies (4)

  1. ocaml-migrate-parsetree >= "1.0.5" & < "2.0.0"
  2. ppx_tools_versioned
  3. jbuilder >= "1.0+beta7"
  4. ocaml >= "4.02.3"

Dev Dependencies (1)

  1. ounit with-test

Conflicts (1)

  1. ppx_bitstring