TLDR
Enter a command. For example: pueue, svn changelist, jpegoptim.

ocamlopt

 
The OCaml native code compiler. Produces native executables, e.g. ELF on Linux. More information: https://ocaml.org.
 
  • Compile a source file:
     
    ocamlopt -o {{path/to/binary}} {{path/to/source_file.ml}}
     
  • Compile with debugging enabled:
     
    ocamlopt -g -o {{path/to/binary}} {{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.