From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id KAA32147; Mon, 24 May 2004 10:51:03 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id KAA32206 for ; Mon, 24 May 2004 10:51:01 +0200 (MET DST) Received: from postfix3-1.free.fr (postfix3-1.free.fr [213.228.0.44]) by concorde.inria.fr (8.12.10/8.12.10) with ESMTP id i4O8ogSH019433 for ; Mon, 24 May 2004 10:51:01 +0200 Received: from warp (lns-th2-5f-81-56-197-80.adsl.proxad.net [81.56.197.80]) by postfix3-1.free.fr (Postfix) with SMTP id EB598C4256 for ; Mon, 24 May 2004 10:50:41 +0200 (CEST) Message-ID: <00b701c4416c$136f6f40$ef01a8c0@warp> From: "Nicolas Cannasse" To: Subject: [Caml-list] ExtLib 1.1 Date: Mon, 24 May 2004 10:49:50 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Loop: caml-list@inria.fr X-Spam: no; 0.00; cannasse:01 warplayer:01 extlib:01 extlib:01 sourceforge:01 sourceforge:01 wrappers:01 dynarray:01 enum:01 wrappers:01 uchar:01 stdlib:01 cannasse:01 unicode:01 ocaml:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk 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