Ocaml 4.09.0+beta1

Damien Doligez <[email protected]> Fri, 28 Jun 2019 18:10:29 +0200
Newsgroups gmane.comp.lang.caml.announce,gmane.comp.lang.caml.inria
Message-ID <[email protected]>
Dear OCaml users,

The release of OCaml 4.09.0 is approaching. We have created
a beta version to help you prepare for the release.

The source code is available at these addresses:

 https://github.com/ocaml/ocaml/archive/4.09.0+beta1.tar.gz
 https://caml.inria.fr/pub/distrib/ocaml-4.09/ocaml-4.09.0+beta1.tar.gz

The compiler can also be installed as an OPAM switch with one of the
following commands.

opam switch create ocaml-variants.4.09.0+beta1 =
--repositories=3Ddefault,beta=3Dgit+https://github.com/ocaml/ocaml-beta-re=
pository.git

or

opam switch create ocaml-variants.4.09.0+beta1+<VARIANT> =
--repositories=3Ddefault,beta=3Dgit+https://github.com/ocaml/ocaml-beta-re=
pository.git

 where you replace <VARIANT> with one of these:
   afl
   default_unsafe_string
   flambda
   fp
   fp+flambda

We want to know about all bugs. Please report them here:
 https://github.com/ocaml/ocaml/issues

Happy hacking,

-- Damien Doligez for the OCaml team.