Skip to content

tcsprojects/tcslib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCS Lib

Copyright (c) 2008-2017

A multi-purpose library for OCaml.

It is developed and maintained by:

Installation

Install OCaml, OUnit, OPAM, Ocamlbuild.

Then:

git clone https://github.com/tcsprojects/tcslib.git
cd tcslib
make

Credits

The code for handling the AVL trees is borrowed from the Objective Caml Standard Library Set module. (c) Xavier Leroy, projet Cristal, INRIA Rocquencourt