From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id B4F3DE00C2 for ; Wed, 17 Feb 2021 09:27:35 +0100 (CET) X-IronPort-AV: E=Sophos;i="5.81,184,1610406000"; d="scan'208,217";a="493411043" X-MGA-submission: =?us-ascii?q?MDGYAwFetySI3fofsB2sEgMgTkhhBMYjvuy9qw?= =?us-ascii?q?XK1eHlo3EGpACyl8bz8WI5xFdYvt8Z7lghl8oISvOFlfjl2meJL3jomE?= =?us-ascii?q?dPpzmJEQBykj6MXREeCJFwU0XpN1ldzj0J5Kj1ofHG+aGG5RJirWpdgF?= =?us-ascii?q?+Bew3SxKy0SOqnnpBxPwZg5w=3D=3D?= Received: from zcs-store1.inria.fr ([128.93.142.28]) by mail2-relais-roc.national.inria.fr with ESMTP; 17 Feb 2021 09:27:35 +0100 Date: Wed, 17 Feb 2021 09:27:34 +0100 (CET) From: Florian Angeletti To: caml-list Message-ID: <1008866266.9673589.1613550454536.JavaMail.zimbra@inria.fr> In-Reply-To: <1736986645.18691437.1611733649413.JavaMail.zimbra@inria.fr> References: <863574513.4248077.1610697552470.JavaMail.zimbra@inria.fr> <1736986645.18691437.1611733649413.JavaMail.zimbra@inria.fr> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_aa3d21d8-d242-4803-8d13-74070293c53b" X-Originating-IP: [92.128.29.47] X-Mailer: Zimbra 8.8.15_GA_3996 (ZimbraWebClient - FF85 (Linux)/8.8.15_GA_3996) Thread-Topic: OCaml 4.12.0, first release candidate Thread-Index: 5HXmXHyNsh+S7D2Crq7n/UxNjnimuHOzp0w50ttwFiM= Subject: [Caml-list] OCaml 4.12.0, first release candidate --=_aa3d21d8-d242-4803-8d13-74070293c53b Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Dear OCaml users, The release of OCaml 4.12.0 is expected next week. We have created a release candidate that you can test. Most opam packages should work with this release candidate (without the need for an alpha repository). Compared to the last beta, this new release only contains one fix for Solaris and illumos. If you find any bugs, please report them here: https://github.com/ocaml/ocaml/issues Happy hacking, -- Florian Angeletti for the OCaml team. Installation instructions -------------------------- The base compiler can be installed as an opam switch with the following commands opam update opam switch create 4.12.0~rc1 --repositories=default,beta=git+https://github.com/ocaml/ocaml-beta-repository.git If you want to tweak the configuration of the compiler, you can pick configuration options with opam update opam switch create --packages=ocaml-variants.4.12.0~rc1+options, --repositories=default,beta=git+https://github.com/ocaml/ocaml-beta-repository.git where is a comma separated list of ocaml-option-* packages. For instance, for a flambda and afl enabled switch: opam switch create 4.12.0~rc1+flambda+afl --packages=ocaml-variants.4.12.0~rc1+options,ocaml-option-flambda,ocaml-option-afl --repositories=default,beta=git+https://github.com/ocaml/ocaml-beta-repository.git All available options can be listed with "opam search ocaml-option". The source code is available at these addresses: https://github.com/ocaml/ocaml/archive/4.12.0-rc1.tar.gz https://caml.inria.fr/pub/distrib/ocaml-4.12/ocaml-4.12.0~rc1.tar.gz --=_aa3d21d8-d242-4803-8d13-74070293c53b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Dear OCaml users,

The release of OCa= ml 4.12.0 is expected next week. We have created a release
candidate tha= t you can test. Most opam packages should work with this release
candida= te (without the need for an alpha repository).

Compared to the last = beta, this new release only contains one fix for Solaris
and illumos.
If you find any bugs, please report them here:
 https://github= .com/ocaml/ocaml/issues

Happy hacking,

-- Florian Angeletti f= or the OCaml team.

Installation instructions
--------------------= ------

The base compiler can be installed as an opam switch with the= following commands

opam update
opam switch create 4.12.0~rc1 --r= epositories=3Ddefault,beta=3Dgit+https://github.com/ocaml/ocaml-beta-reposi= tory.git

If you want to tweak the configuration of the compiler, you= can pick configuration options with

opam update
opam switch crea= te <switch_name> --packages=3Docaml-variants.4.12.0~rc1+options,<o= ption_list> --repositories=3Ddefault,beta=3Dgit+https://github.com/ocaml= /ocaml-beta-repository.git

where <option_list> is a comma sepa= rated list of ocaml-option-* packages. For
instance, for a flambda and a= fl enabled switch:

opam switch create 4.12.0~rc1+flambda+afl --packa= ges=3Docaml-variants.4.12.0~rc1+options,ocaml-option-flambda,ocaml-option-a= fl --repositories=3Ddefault,beta=3Dgit+https://github.com/ocaml/ocaml-beta-= repository.git

All available options can be listed with "opam search= ocaml-option".

The source code is available at these addresses:
=
 https://github.com/ocaml/ocaml/archive/4.12.0-rc1.tar.gz
 = ;https://caml.inria.fr/pub/distrib/ocaml-4.12/ocaml-4.12.0~rc1.tar.gz
--=_aa3d21d8-d242-4803-8d13-74070293c53b--