Copyright (c) 2008-2017
A multi-purpose library for OCaml.
It is developed and maintained by:
- (c) Oliver Friedmann, University of Munich (http://oliverfriedmann.com)
- (c) Martin Lange, University of Kassel (http://carrick.fmv.informatik.uni-kassel.de/~mlange/)
Install OCaml, OUnit, OPAM, Ocamlbuild.
Then:
git clone https://github.com/tcsprojects/tcslib.git
cd tcslib
make
The code for handling the AVL trees is borrowed from the Objective Caml Standard Library Set module. (c) Xavier Leroy, projet Cristal, INRIA Rocquencourt