A vector library for OCaml
- OCaml 95.8%
- Makefile 3.4%
- C 0.6%
- Dune 0.2%
| attic | ||
| benchmark | ||
| simplified | ||
| src | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| AUTHORS.md | ||
| CHANGES.md | ||
| dune-project | ||
| headache.config | ||
| header.txt | ||
| LICENSE.txt | ||
| Makefile | ||
| play.ml | ||
| README.md | ||
| TODO.md | ||
Hector
hector is an OCaml library that offers vectors (also known as dynamic
arrays, or resizeable arrays).
Installation and Usage
Type opam install hector.
In your dune file, add (libraries hector) to the description of
your library or executable.
Documentation
For more information, please see the documentation of the latest released version.