Skip to content

ocaml/ocaml-beta-repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Opam2 remote for beta versions of the OCaml compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages