caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Bruno.Verlyck@inria.fr
To: caml-announce@inria.fr
Subject: [Caml-list] First release of Cstr
Date: Tue, 11 Feb 2003 19:52:27 +0100	[thread overview]
Message-ID: <200302111852.h1BIqRi08339@picpoul.inria.fr> (raw)

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


                 reply	other threads:[~2003-02-11 18:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200302111852.h1BIqRi08339@picpoul.inria.fr \
    --to=bruno.verlyck@inria.fr \
    --cc=caml-announce@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).