mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
A lightweight, modular standard library extension, string library, and interfaces to various libraries (unix, threads, etc.) BSD license.
| .gitignore | ||
| _tags | ||
| cache.ml | ||
| cache.mli | ||
| containers.mllib | ||
| deque.ml | ||
| deque.mli | ||
| flatHashtbl.ml | ||
| flatHashtbl.mli | ||
| graph.ml | ||
| graph.mli | ||
| leftistheap.ml | ||
| leftistheap.mli | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| vector.ml | ||
| vector.mli | ||
ocaml-containers
A bunch of containers,written in different occasions. Probably not very high quality, since not all containers are tested.
Build
You need the library sequence. With opam, type opam install sequence.
Then:
$ make
License
This code is free, under the BSD license. The module leftistheap is due
to Jean-Christophe Filliâtre, under
the GPL license.