caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Simon Cruanes <simon.cruanes.2007@m4x.org>
To: OCaml users <caml-list@inria.fr>
Subject: [Caml-list] [ANN] containers 0.5
Date: Thu, 13 Nov 2014 11:00:18 +0100	[thread overview]
Message-ID: <20141113100018.GO17626@emmental.inria.fr> (raw)

[-- Attachment #1: Type: text/plain, Size: 1571 bytes --]

Dear all,

I'm pleased to announce the release of containers-0.5, an extension to
OCaml's standard library. Since my initial announce on this list,
containers has grown and stabilized, but remained modular and
lightweight. This release also brings compatibility with `-safe-string`[1]
which makes it depend on `base-bytes`. It now features modules that
extend `Map`, `Hashtbl`, a lightweight S-expression parser[2], new
functions in existing modules and bugfixes. There is also a new
sub-library, `containers.pervasives`, that provides a single
`CCPervasives` module that can be opened to alias `List`, `Option`, etc.
to their counterparts.

Containers should be especially useful for programmers who don't want to
depend on bigger libraries such as Core or Batteries, programmers who target
js_of_ocaml, or who just want to copy-paste a few useful
modules/functions into their own `utils.ml` file[3].

Containers is on opam, and its source code (BSD licensed) is
on github: https://github.com/c-cube/ocaml-containers . The online
documentation can be found here: http://cedeela.fr/~simon/software/containers/ .

I would also like to thank the other contributors : jpdeplaix, drup,
nicoo, and whitequark.

Cheers!

-- 
Simon

[1] if not, please fill a bug report. Please.
[2] CCSexp is only one module, with a streaming interface, and therefore
    less comprehensive than Sexplib. Still a bit experimental atm.
[3] I don't judge :-)

http://weusepgp.info/
key 49AA62B6, fingerprint 949F EB87 8F06 59C6 D7D3  7D8D 4AC0 1D08 49AA 62B6

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

                 reply	other threads:[~2014-11-13 10:00 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=20141113100018.GO17626@emmental.inria.fr \
    --to=simon.cruanes.2007@m4x.org \
    --cc=caml-list@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).