ocamlc
The OCaml bytecode compiler. Produces executables runnable by the OCaml interpreter. More information: https://ocaml.org.
- Create a binary from a source file:
ocamlc {{path/to/source_file.ml}}
- Create a named binary from a source file:
ocamlc -o {{path/to/binary}} {{path/to/source_file.ml}}
- Automatically generate a module signature (interface) file:
ocamlc -i {{path/to/source_file.ml}}
This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.