Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Florian Angeletti <florian.angeletti@inria.fr>
To: caml-list <caml-list@inria.fr>
Subject: [Caml-list] First alpha release of OCaml 5.3.0
Date: Fri, 20 Sep 2024 20:36:27 +0200 (CEST)	[thread overview]
Message-ID: <6881226.6247772.1726857387616.JavaMail.zimbra@inria.fr> (raw)

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

Dear OCaml users, 

Four months after the release of OCaml 5.2.0, the set of new features for the 
future version 5.3.0 of OCaml has been frozen. We are thus happy to announce the 
first alpha release for OCaml 5.3.0. 

This alpha version is here to help fellow hackers join us early in our bug 
hunting and opam ecosystem fixing fun (see below for the installation 
instructions). More information about the whole release process is available 
in the compiler repository at [ https://github.com/ocaml/ocaml/blob/trunk/release-info/introduction.md | https://github.com/ocaml/ocaml/blob/trunk/release-info/introduction.md ] . 


The progresses on stabilising the ecosystem are tracked on the 
opam readiness for 5.3.0 meta-issue at https://github.com/ocaml/opam-repository/issues/26596. 

The full release is expected around November. There are more information available in the new prospective 
calendar at [ https://github.com/ocaml/ocaml/blob/trunk/release-info/calendar.md | https://github.com/ocaml/ocaml/blob/trunk/release-info/calendar.md ] . 

If you find any bugs, please report them on OCaml's issue tracker: 

[ https://github.com/ocaml/ocaml/issues | https://github.com/ocaml/ocaml/issues ] 

If you are interested in the ongoing list of new features and bug fixes, the 
updated change log for OCaml 5.3.0 is available on GitHub at 

[ https://github.com/ocaml/ocaml/blob/5.3/Changes | https://github.com/ocaml/ocaml/blob/5.3/Changes ] . 

Happy hacking, 
Florian Angeletti for the OCaml team 


Installation Instructions 
------------------------------ 

The base compiler can be installed as an opam switch with the following commands 
on opam 2.1 and later: 

opam update 
opam switch create 5.3.0~alpha1 


The source code for the alpha is also available at these addresses: 

* GitHub: [ https://github.com/ocaml/ocaml/archive/5.3.0-alpha1.tar.gz | https://github.com/ocaml/ocaml/archive/5.3.0-alpha1.tar.gz ] 
* OCaml archives at Inria: [ https://caml.inria.fr/pub/distrib/ocaml-5.3/ocaml-5.3.0~alpha1.tar.gz | https://caml.inria.fr/pub/distrib/ocaml-5.3/ocaml-5.3.0~alpha1.tar.gz ] 

Fine-Tuned Compiler Configuration 
---------------------------------------------- 

If you want to tweak the configuration of the compiler, you can switch to the option variant with: 


opam update 
opam switch create <switch_name> ocaml-variants.5.3.0~alpha1+options <option_list> 


where `option_list` is a space separated list of `ocaml-option-*` packages. For instance, for a flambda and no-flat-float-array switch: 


opam switch create 5.3.0~alpha1+flambda+nffa ocaml-variants.5.3.0~alpha1+options ocaml-option-flambda ocaml-option-no-flat-float-array 


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


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

             reply	other threads:[~2024-09-20 18:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-20 18:36 Florian Angeletti [this message]
2024-11-04 14:01 ` [Caml-list] First beta " Florian Angeletti

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=6881226.6247772.1726857387616.JavaMail.zimbra@inria.fr \
    --to=florian.angeletti@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