caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] [ANN] release of containers-1.0
@ 2017-02-11 23:02 Simon Cruanes
  2017-02-12 11:58 ` Bikal Gurung
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Cruanes @ 2017-02-11 23:02 UTC (permalink / raw)
  To: OCaml users, containers-users

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

Dear all,

It is my great pleasure to announce the release of Containers 1.0, after
almost four years of development. Containers is a modular, clean and
powerful extension of the OCaml standard library, under the permissive
BSD license.

It is designed to be efficient, light on link-time dependencies, and to
complement the existing modules rather than replacing them.
The core library has no dependency on unix and should be usable
everywhere. Every module is independent and is prefixed with 'CC' in
the global namespace.  Alternatively, `open Containers` will bring
enhanced versions of the standard modules into scope, along with a few
modules that should exist, such as Option, IO or Int.
Containers now requires OCaml >= 4.01.

Containers also features sub-libraries for helping with threads,
S-expressions, and some unix utilities to invoke sub-processes.

I jump on the opportunity to thank the various users and contributors
that helped improving the code, kept asking for better solutions, and
reported bugs.

Cheers!

github page: https://github.com/c-cube/ocaml-containers
documentation: http://c-cube.github.io/ocaml-containers/1.0/
overview of 1.0: https://github.com/c-cube/ocaml-containers/issues/84

-- 
Simon Cruanes

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Caml-list] [ANN] release of containers-1.0
  2017-02-11 23:02 [Caml-list] [ANN] release of containers-1.0 Simon Cruanes
@ 2017-02-12 11:58 ` Bikal Gurung
  0 siblings, 0 replies; 2+ messages in thread
From: Bikal Gurung @ 2017-02-12 11:58 UTC (permalink / raw)
  To: OCaml users, Simon Cruanes, containers-users

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

Congratulations on 1.0 release. This is one of my 'goto' ocaml libraries.

Bikal

On Sat, 11 Feb 2017 at 23:04, Simon Cruanes <simon.cruanes.2007@m4x.org>
wrote:

> Dear all,
>
> It is my great pleasure to announce the release of Containers 1.0, after
> almost four years of development. Containers is a modular, clean and
> powerful extension of the OCaml standard library, under the permissive
> BSD license.
>
> It is designed to be efficient, light on link-time dependencies, and to
> complement the existing modules rather than replacing them.
> The core library has no dependency on unix and should be usable
> everywhere. Every module is independent and is prefixed with 'CC' in
> the global namespace.  Alternatively, `open Containers` will bring
> enhanced versions of the standard modules into scope, along with a few
> modules that should exist, such as Option, IO or Int.
> Containers now requires OCaml >= 4.01.
>
> Containers also features sub-libraries for helping with threads,
> S-expressions, and some unix utilities to invoke sub-processes.
>
> I jump on the opportunity to thank the various users and contributors
> that helped improving the code, kept asking for better solutions, and
> reported bugs.
>
> Cheers!
>
> github page: https://github.com/c-cube/ocaml-containers
> documentation: http://c-cube.github.io/ocaml-containers/1.0/
> overview of 1.0: https://github.com/c-cube/ocaml-containers/issues/84
>
> --
> Simon Cruanes
>
> http://weusepgp.info/
> key 49AA62B6, fingerprint 949F EB87 8F06 59C6 D7D3  7D8D 4AC0 1D08 49AA
> 62B6
>

[-- Attachment #2: Type: text/html, Size: 2988 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-02-12 11:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-11 23:02 [Caml-list] [ANN] release of containers-1.0 Simon Cruanes
2017-02-12 11:58 ` Bikal Gurung

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).