A hash set and hash map library for OCaml
- OCaml 93.3%
- Makefile 6.3%
- Dune 0.4%
| attic | ||
| benchmark | ||
| src | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| AUTHORS.md | ||
| CHANGES.md | ||
| dune-project | ||
| headache.config | ||
| header.txt | ||
| LICENSE.txt | ||
| Makefile | ||
| play.ml | ||
| README.md | ||
| TODO.md | ||
Hachis
hachis is an OCaml library that offers implementations of hash sets
and hash maps.
Installation and Usage
Type opam install hachis.
In your dune file, add (libraries hachis) to the description of
your library or executable.
Documentation
For more information, please see the documentation of the latest released version.