The OCaml bytecode compiler. Produces executables runnable by the OCaml interpreter. More information: https://manned.org/ocamlc.
ocamlc {{path/to/source_file.ml}}
ocamlc -o {{path/to/binary}} {{path/to/source_file.ml}}
ocamlc -i {{path/to/source_file.ml}}