pkgsrc/devel/ocaml-extlib/DESCR
jaapb 7165865a3a Added devel/ocaml-extlib, an alternative standard library for OCaml. Will
come in handy as a dependency for a few things.
2014-10-26 10:54:36 +00:00

5 lines
386 B
Text

ExtLib is a project aiming at providing a complete - yet small - standard
library for the OCaml programming langage. The purpose of this library is to
add new functions to OCaml Standard Library modules, to modify some functions
in order to get better performances or more safety (tail-recursive) but also
to provide new modules which should be useful for the average OCaml programmer.