Setting up OCaml
This guide covers how to set up OCaml on your computer.
-
Installing
opam
walks you through how to installopam
, the package manager for OCaml. You can think of this as a gateway to all official and third-party OCaml packages. You will need to go throughopam
to install anything OCaml-related. -
Once you have
opam
, Installing OCaml walks you through setting up the core tools necessary to run any OCaml program. -
Interacting with OCaml code introduces common ways of interacting with OCaml code.