Includes the functions you need, that INRIA didn't.
This is an alternative standard library for OCaml based on the Haskell Prelude that is more comprehensive with respect to the basic data types.
All of the fundamental data types are re-exported "batteries included"
in the Data
library.
Use the Makefile
to build the library:
$ make
To build each individual target you can do
$ make control
or
$ make data