A lightweight, modular standard library extension, string library, and interfaces to various libraries (unix, threads, etc.) BSD license.
Find a file
2013-03-04 13:25:25 +01:00
.gitignore gitignore and update of readme; added LICENSE file (BSD) 2013-02-27 16:12:14 +01:00
_tags makefile to build with ocamlbuild 2013-02-27 16:17:42 +01:00
cache.ml moved everything to the root directory 2013-03-04 13:25:25 +01:00
cache.mli moved everything to the root directory 2013-03-04 13:25:25 +01:00
containers.mllib moved everything to the root directory 2013-03-04 13:25:25 +01:00
deque.ml moved everything to the root directory 2013-03-04 13:25:25 +01:00
deque.mli moved everything to the root directory 2013-03-04 13:25:25 +01:00
flatHashtbl.ml moved everything to the root directory 2013-03-04 13:25:25 +01:00
flatHashtbl.mli moved everything to the root directory 2013-03-04 13:25:25 +01:00
graph.ml moved everything to the root directory 2013-03-04 13:25:25 +01:00
graph.mli moved everything to the root directory 2013-03-04 13:25:25 +01:00
leftistheap.ml moved everything to the root directory 2013-03-04 13:25:25 +01:00
leftistheap.mli moved everything to the root directory 2013-03-04 13:25:25 +01:00
LICENSE gitignore and update of readme; added LICENSE file (BSD) 2013-02-27 16:12:14 +01:00
Makefile moved everything to the root directory 2013-03-04 13:25:25 +01:00
README.md update of makefile 2013-02-27 16:17:23 +01:00
vector.ml moved everything to the root directory 2013-03-04 13:25:25 +01:00
vector.mli moved everything to the root directory 2013-03-04 13:25:25 +01:00

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.