caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] OCaml 4.13.0, first alpha release
@ 2021-06-04 18:34 Florian Angeletti
  2021-07-19  8:08 ` [Caml-list] OCaml 4.13.0, second " Florian Angeletti
  0 siblings, 1 reply; 5+ messages in thread
From: Florian Angeletti @ 2021-06-04 18:34 UTC (permalink / raw)
  To: caml-list

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

Dear OCaml users, 

Three months after the release of OCaml 4.12.0, the set of new features for the 
future version 4.13.0 of OCaml has been frozen. I am thus happy to announce the 
first alpha release for OCaml 4.13.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). 
You can see the progress on this front at https://github.com/ocaml/opam-repository/issues/18791 . 

If you find any bugs, please report them here: 

https://github.com/ocaml/ocaml/issues 

Once most major OCaml tools are supported, we will switch to beta releases. 
The full release is expected to happen in September. 

If you are interested by the ongoing list of new features and bug fixes, the 
updated change log for OCaml 4.13.0 is available at: 

https://github.com/ocaml/ocaml/blob/4.13/Changes 

Note that there is still some on-going work to support improved polling points in preparation 
for OCaml multicore. Another alpha release will be published once this work is merged. 

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.13.0~alpha1 --repositories=default,beta=git+https://github.com/ocaml/ocaml-beta-repository.git 

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> --packages=ocaml-variants.4.13.0~alpha1+options,<option_list> --repositories=default,beta=git+https://github.com/ocaml/ocaml-beta-repository.git 

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

opam switch create 4.13.0~alpha1+flambda+nffa --packages=ocaml-variants.4.13.0~alpha1+options,ocaml-option-flambda,ocaml-option-no-flat-float-array --repositories=default,beta=git+https://github.com/ocaml/ocaml-beta-repository.git 

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

If you want to test this version, it is advised to install the alpha opam repository 

https://github.com/kit-ty-kate/opam-alpha-repository 

with 

opam repo add alpha git://github.com/kit-ty-kate/opam-alpha-repository.git 

This alpha repository contains various fixes in the process of being upstreamed. 

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

https://github.com/ocaml/ocaml/archive/4.13.0-alpha1.tar.gz 
https://caml.inria.fr/pub/distrib/ocaml-4.13/ocaml-4.13.0~alpha1.tar.gz 


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-09-16  8:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-04 18:34 [Caml-list] OCaml 4.13.0, first alpha release Florian Angeletti
2021-07-19  8:08 ` [Caml-list] OCaml 4.13.0, second " Florian Angeletti
2021-08-25 18:16   ` [Caml-list] OCaml 4.13.0, first beta release Florian Angeletti
2021-09-10 13:05     ` [Caml-list] OCaml 4.13.0, first release candidate Florian Angeletti
2021-09-16  8:32       ` [Caml-list] OCaml 4.13.0, second " Florian Angeletti

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