ocaml
Version:
OCaml Compiler as an esy npm Package
40 lines (26 loc) • 1.01 kB
Markdown
## Announcing a beta version:
```
Dear OCaml users,
The release of OCaml $MAJOR.$MINOR.$BUGFIX is approaching. We have created
a beta version to help you adapt your software to the new features
ahead of the release.
The source code is available at these addresses:
https://github.com/ocaml/ocaml/archive/$VERSION.tar.gz
https://caml.inria.fr/pub/distrib/ocaml-$BRANCH/ocaml-$VERSION.tar.gz
The compiler can also be installed as an OPAM switch with one of the
following commands:
opam update
opam switch create ocaml-variants.$VERSION --repositories=default,beta=git+https://github.com/ocaml/ocaml-beta-repository.git
or
opam update
opam switch create ocaml-variants.$VERSION+<VARIANT> --repositories=default,beta=git+https://github.com/ocaml/ocaml-beta-repository.git
where you replace <VARIANT> with one of these:
afl
flambda
fp
fp+flambda
We want to know about all bugs. Please report them here:
https://github.com/ocaml/ocaml/issues
Happy hacking,
-- $HUMAN for the OCaml team.
```