caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Thierry Martinez <Thierry.Martinez@inria.fr>
To: caml-list <caml-list@inria.fr>
Subject: [Caml-list] [ANN] Stdcompat 5
Date: Thu, 12 Jul 2018 09:06:00 +0200	[thread overview]
Message-ID: <ow4y3ehc4rr.fsf@inria.fr> (raw)

Dear caml-list,

It is my pleasure to announce a new release (#5) of Stdcompat!

Stdcompat is a compatibility module for OCaml standard library,
available from OCaml 3.07 to OCaml 4.07.0 (that is to say, the whole
spectrum of OCaml compilers available in OPAM).

Stdcompat.* redefines (most of the) symbols available in OCaml 4.07.0
standard library, such as List.find_opt, floatarray, Uchar.t, Seq.t,
result, etc.

Stdcompat has no dependency! Former versions used to rely on cppo but
the preprocessing is now done by a ./configure script (generated with
autoconf).

OPAM packages result, seq, uchar are optional dependencies: if they
are installed, types declared by stdcompat are compatible with the
types these packages declare.

Stdcompat can be opened in the beginning of a module: its signature
follows the signature of the standard library, including the new
Stdlib module.

Github repository: https://github.com/thierry-martinez/stdcompat
Available in OPAM: opam install stdcompat

Happy hacking!
-- 
Thierry.

-- 
Caml-list mailing list.  Subscription management and archives:
https://sympa.inria.fr/sympa/arc/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

                 reply	other threads:[~2018-07-12  7:06 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=ow4y3ehc4rr.fsf@inria.fr \
    --to=thierry.martinez@inria.fr \
    --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).