Copyright (C) 2008-2016 Red Hat Inc, Richard W.M. Jones.
Copyright (C) 2016-2022 Red Hat Inc, Richard W.M. Jones, Xavier R. Guerin.
The original README
content can be found in the README.orig
file.
The documentation is located here.
opam install bitstring
opam install ppx_bitstring
ocamlfind c -package bitstring -package ppx_bitstring -linkpkg ...
(executable
((name foo)
(libraries (bitstring))
(preprocess (pps (ppx_bitstring)))
))
Required packages are detailed in the dune-project
file.
$ dune build
$ dune runtest
The library is licensed under the LGPL v2 or later, with the OCaml linking
exception. See the file COPYING.LIB
for full terms. Programs are licensed under
the GPL v2 or later. See the file COPYING
for full terms. All examples and tests
are public domain.