OCaml Platform is a distribution of the OCaml compiler and runtime, Opam (OCaml Package Manager), and a set of curated OCaml packages, easily installable on multiple systems.
Contents
Check if your distribution has an ocaml-platform
package; if so,
install it! Otherwise, the following script installs the OCaml Platform
into /opt/ocaml-platform
and updates your shell.
sh -c "$(curl -sSL 'https://raw.githubusercontent.com/MisterDA/ocaml-platform/master/linux/installer.sh')"
Coming soon!
Download and run our installer for Windows x86_64.
Coming soon!
The following script installs the OCaml Platform into
/opt/ocaml-platform
and updates your shell.
sh -c "$(curl -sSL 'https://raw.githubusercontent.com/MisterDA/ocaml-platform/master/macos/installer.sh')"
Coming soon!