package ppx_bitstring

  1. Overview
  2. Docs
Bitstrings and bitstring matching for OCaml - PPX extension

Install

Authors

Maintainers

Sources

v4.1.0.tar.gz
md5=8ae6f04eaa29481c6830ee3be5cba755

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: 14 Dec 2020

Dependencies (4)

  1. ppxlib >= "0.18.0"
  2. bitstring >= "4.0.0"
  3. ocaml >= "4.04.1"
  4. dune >= "2.5"

Dev Dependencies (2)

  1. ounit with-test
  2. ocaml with-test & >= "4.08.0"

Conflicts

None