diff options
author | pav <pav@FreeBSD.org> | 2004-11-03 06:36:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-03 06:36:10 +0800 |
commit | 249ab0598c43733516d615d31266d0c7a395363d (patch) | |
tree | 9f3b7a313d9479474fb74f7c28ebab581e7ffff5 /devel/ocaml-extlib/pkg-descr | |
parent | 116287eaf545b6fb72e1f360da6b83efb3eb1c46 (diff) | |
download | freebsd-ports-gnome-249ab0598c43733516d615d31266d0c7a395363d.tar.gz freebsd-ports-gnome-249ab0598c43733516d615d31266d0c7a395363d.tar.zst freebsd-ports-gnome-249ab0598c43733516d615d31266d0c7a395363d.zip |
Add ocaml-extlib, a complete - yet small - standard library for the OCaml programming langage
PR: ports/73385
Submitted by: Jun Mukai <mukai@jmuk.org>
Diffstat (limited to 'devel/ocaml-extlib/pkg-descr')
-rw-r--r-- | devel/ocaml-extlib/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/ocaml-extlib/pkg-descr b/devel/ocaml-extlib/pkg-descr new file mode 100644 index 000000000000..c04b2c5382a2 --- /dev/null +++ b/devel/ocaml-extlib/pkg-descr @@ -0,0 +1,12 @@ +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/ |