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 TAA23011; Tue, 11 Feb 2003 19:52:28 +0100 (MET) 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 TAA22856 for ; Tue, 11 Feb 2003 19:52:27 +0100 (MET) Received: from picpoul.inria.fr (picpoul.inria.fr [128.93.5.10]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id h1BIqRf02148 for ; Tue, 11 Feb 2003 19:52:27 +0100 (MET) Received: (from verlyck@localhost) by picpoul.inria.fr (8.11.1/8.11.1) id h1BIqRi08339; Tue, 11 Feb 2003 19:52:27 +0100 Date: Tue, 11 Feb 2003 19:52:27 +0100 Message-Id: <200302111852.h1BIqRi08339@picpoul.inria.fr> To: caml-announce@inria.fr Subject: [Caml-list] First release of Cstr From: Bruno.Verlyck@inria.fr Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Somewhere deep in the Cash (http://pauillac.inria.fr/cash/) documentation, there's an Oops: the SRFI-13 librar[y is] not implemented for now This line is (nearly) obsolete. As this library is of general interest, I distribute it separately. So: I'm pleased to announce the first release of Cstr (numbered 0.80), a full-featured string and charset library. It is a Caml implementation of SRFIs 13 and 14 (http://srfi.schemers.org). Short description: This library contains procedures that create, fold, iterate over, search, compare, assemble, cut, hash, case-map, and otherwise manipulate strings. They are provided by the String13 module. It also provides a set-of-characters abstraction, which is frequently useful when searching, parsing, filtering or otherwise operating on strings and character data. This is provided by the Charset14 module. The documentation is incomplete; only the String13 module has documentation. While waiting for some time to do it, I put an srfi-14.txt file in the sources, containing the starting spec of Charset14 (srfi-13.txt is there too). For more information, see: http://pauillac.inria.fr/cash/cstr Download the most recently distributed source: ftp://ftp.inria.fr/INRIA/Projects/cristal/cash/cstr/cstr.tar.gz Latest development / bug fixes (CVS archive): http://camlcvs.inria.fr/cgi-bin/cvsweb.cgi/cash/cstr/ Documentation: http://pauillac.inria.fr/cash/cstr/latest/doc/doc.dvi http://pauillac.inria.fr/cash/cstr/latest/doc/doc.ps http://pauillac.inria.fr/cash/cstr/latest/doc/index.html Bug reports, comments, doc typos, and contributions are very welcome: drop me a mail at Bruno.Verlyck@inria.fr. I hope this will answer to some recurring requests to have more features in the standard String module (on which Cstr doesn't depend). Enjoy, Bruno. ------------------- 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