All Projects → ocaml → ocaml-beta-repository

ocaml / ocaml-beta-repository

Licence: other
Opam2 remote for beta versions of the OCaml compiler

Programming Languages

shell
77523 projects

OCaml beta compilers

Build Status

This is an opam repository that contains beta releases of the OCaml compiler. It is in a separate opam remote from the stable opam-repository so that the beta compilers are an opt-in for advanced users.

To activate this repository in your current opam switch:

opam repo add beta https://github.com/ocaml/ocaml-beta-repository.git

This will add the beta remote as a non-default extra source of opam packages. You can then create a compiler switch to the trunk compiler by:

opam switch create 408 ocaml-variants.4.08.0+trunk --repositories=default,beta

This will create the 408 switch and make the opam packages from the default opam repository available, but compiled with the beta version of the compiler.

Further Information:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].