A lightweight, modular standard library extension, string library, and interfaces to various libraries (unix, threads, etc.) BSD license.
Find a file
2013-02-27 16:14:45 +01:00
src source code for containers 2013-02-27 16:14:45 +01:00
.gitignore gitignore and update of readme; added LICENSE file (BSD) 2013-02-27 16:12:14 +01:00
LICENSE gitignore and update of readme; added LICENSE file (BSD) 2013-02-27 16:12:14 +01:00
README.md gitignore and update of readme; added LICENSE file (BSD) 2013-02-27 16:12:14 +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.