Several implementations of bit sets
  • OCaml 94%
  • Makefile 5.5%
  • Dune 0.5%
Find a file
2026-01-06 16:27:30 +01:00
src Avoid a dependency on Option. 2026-01-06 16:19:24 +01:00
test Blog post: update links and tweak. 2025-11-12 10:20:47 +01:00
.gitattributes Creation. 2025-09-20 12:05:08 +02:00
.gitignore Creation. 2025-09-20 12:05:08 +02:00
AUTHORS.md Creation. 2025-09-20 12:05:08 +02:00
CHANGES.md Creation. 2025-09-20 12:05:08 +02:00
dune-project dune-project 2025-09-25 17:55:41 +02:00
headache.config Creation. 2025-09-20 12:05:08 +02:00
header.txt Creation. 2025-09-20 12:05:08 +02:00
LICENSE.txt Creation. 2025-09-20 12:05:08 +02:00
Makefile [make handiwork] 2026-01-06 16:27:30 +01:00
play.ml Creation. 2025-09-20 12:05:08 +02:00
README.md Add DenseBitVector (untested, but extracted out of Menhir, where it works). 2025-09-22 08:37:20 +02:00
TODO.md TODO. 2025-09-22 14:03:51 +02:00

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.