caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] First release of Cstr
@ 2003-02-11 18:52 Bruno.Verlyck
  0 siblings, 0 replies; only message in thread
From: Bruno.Verlyck @ 2003-02-11 18:52 UTC (permalink / raw)
  To: caml-announce

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-02-11 18:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-11 18:52 [Caml-list] First release of Cstr Bruno.Verlyck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).