From: Nicolas C. <war...@fr...> - 2004-10-26 07:43:39
|
Hi list, ExtLib 1.3 is available through Sourceforge : http://ocaml-lib.sf.net 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. Changes for 1.3 : - new module OptParse (by Bardur Arantsson) : GNU [getopt(3)]-style command line parsing - new module Dllist (by Jesse Guardiani and Brian Hurt) : A mutable, imperative, circular, doubly linked list - fixed bugs in Bitset and IO modules - and some minor other changes... Nicolas Cannasse |