ExtLib is an Ocaml library that is an extension of the standard library. It improves performance and functionality of some of the standard modules, and also adds several new useful modules. I did a few changes to the 1.5.1 version of ExtLib.
Download the modified source: extlib-1.5.1-modified-1.tar.gz
How to install
Just do make install, or do ocaml install.ml. See file INSTALL for more details.
List of changes