caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] [ANN] Stdcompat 5
@ 2018-07-12  7:06 Thierry Martinez
  0 siblings, 0 replies; only message in thread
From: Thierry Martinez @ 2018-07-12  7:06 UTC (permalink / raw)
  To: caml-list

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

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

only message in thread, other threads:[~2018-07-12  7:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-12  7:06 [Caml-list] [ANN] Stdcompat 5 Thierry Martinez

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