Several implementations of bit sets
- OCaml 94%
- Makefile 5.5%
- Dune 0.5%
| src | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| AUTHORS.md | ||
| CHANGES.md | ||
| dune-project | ||
| headache.config | ||
| header.txt | ||
| LICENSE.txt | ||
| Makefile | ||
| play.ml | ||
| README.md | ||
| TODO.md | ||
Bitsets
bitsets is an OCaml library that offers several implementations of
of several varieties of immutable bit sets and mutable bit vectors.
Installation and Usage
Type opam install bitsets.
In your dune file, add (libraries bitsets) to the description of
your library or executable.
Documentation
For more information, please see the documentation of the latest released version.