mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 21:41:27 -04:00
6 lines
386 B
Plaintext
6 lines
386 B
Plaintext
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.
|