ocamlrun (1) Linux Manual Page
NAME ocamlrun – The OCaml bytecode interpreter SYNOPSIS ocamlrun [ options ] filename argument … DESCRIPTION The ocamlrun(1) command executes bytecode files produced by the linking phase of the ocamlc(1) command. The first non-option argument is taken to be the name of the file containing the executable bytecode. (That file is searched in the executable…
