What is ExtLib?
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.
Mailing list
To discuss new functionality, please use the ocaml-lib-devel mailing list: https://lists.sourceforge.net/lists/listinfo/ocaml-lib-devel
To submit bugs, please use submit issues to the issue database at http://code.google.com/p/ocaml-extlib/issues/list.
If you want to get notifications of Subversion commits, subscribe to ocaml-extlib-commits group. If you want to be notified by wiki or issue database changes, subscribe to ocaml-extlib-notifications group.
Status
The latest stable release of ExtLib is 1.5.1. We're likely releasing only bug fix releases in the future. We are committed to not break backwards compatibility with existing versions.
ExtLib was moved over to http://code.google.com in Dec 2007 to enable lower overhead releases and simpler collaboration.
See DeveloperPage for ExtLib developer documentation.
License
ExtLib is released under the same license as the OCaml Standard Library (meaning: LGPL with linking exceptions).
Contributors
ExtLib main contributors are:
- Nicolas Cannasse (ncannasse _at_ motion-twin.com)
- Brian Hurt (bhurt _at_ spnz.org)
- Yamagata Yoriyuki (yori _at_ users.sourceforge.net)
- Janne Hellsten (jjhellst@gmail.com) - maintainer for new releases
