ocamlopt (1) Linux Manual Page
ocamlopt – The OCaml native-code compiler Synopsisocamlopt [ options ] filename … ocamlopt.opt (same options) DescriptionThe OCaml high-performance native-code compiler ocamlopt(1) compiles OCaml source files to native code object files and link these object files to produce standalone executables. The ocamlopt(1) command has a command-line interface very close to that of ocamlc(1). It accepts the same…
