Browse thread
[Caml-list] ExtLib 1.1
- Nicolas Cannasse
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2004-05-24 (08:51) |
From: | Nicolas Cannasse <warplayer@f...> |
Subject: | [Caml-list] ExtLib 1.1 |
Hi list, I'm please to announce the 1.1 Release of ExtLib, now available : - on Sourceforge : http://ocaml-lib.sourceforge.net - as a debian package - as a GODI package "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." This new release contains : - a Base64 codec - a BitSet module, for efficient bitsets - the OcamlDBI common wrappers - DynArray, a dynamic auto-resizable array - Enum , a concept similar to STL iterators, in a lazy fashion - IO , an abstract io module that can handle polymorphic streams (as well as CommonIO objects wrappers) - UChar and UTF8 for unicode characters and strings - PMap : a polymorphic, defunctorized Map - an implementation of the List module were all functions are tail-recursive. - ... and many other enhancements to the OCaml Stdlib Regards, Nicolas Cannasse ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners