freebsd-ports/devel/ocaml-extlib/pkg-descr
Pav Lucistnik fcbf707c99 Add ocaml-extlib, a complete - yet small - standard library for the OCaml programming langage
PR:		ports/73385
Submitted by:	Jun Mukai <mukai@jmuk.org>
2004-11-02 22:36:10 +00:00

12 lines
575 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.
ExtLib is not directly related to OCaml authors (INRIA) although this
library can be seen as a proposal for inclusion in the official
distribution.
WWW: http://ocaml-lib.sourceforge.net/