OCamlOpt: The OCaml native code compiler
What is OCamlOpt? 🔗 ocamlopt is the OCaml native code compiler. Produces native executables, e.g. ELF on Linux. More information: https://manned.org/ocamlopt . Usage 🔗 Compile a source file: ocamlopt …
OCamlFind: The findlib package manager for OCaml
What is OCamlFind? 🔗 ocamlfind is the findlib package manager for OCaml. Simplifies linking executables with external libraries. More information: https://manned.org/ocamlfind . Usage 🔗 Compile a …
OCamlC: The OCaml bytecode compiler
What is OCamlC? 🔗 ocamlc is the OCaml bytecode compiler. Produces executables runnable by the OCaml interpreter. More information: https://manned.org/ocamlc . Usage 🔗 Create a binary from a source …
OCaml Repl commands
What is OCaml repl ? 🔗 The OCaml repl (read-evaluate-print-loop). Interprets Ocaml commands. More information: https://manned.org/ocaml . Usage 🔗 Read OCaml commands from the user and execute them: …
obs: Open Broadcaster Software
What is OBS? 🔗 obs is Open Broadcaster Software. Video recording and live-streaming program. More information: https://obsproject.com/ . Usage 🔗 Launch OBS: obs Launch OBS in portable mode: obs …
objdump: View information about object files
What is objdump? 🔗 View information about object files. More information: https://manned.org/objdump . Usage 🔗 Display the file header information: objdump [-f|--file-headers] path/to/binary Display …
Orbiton: a simple configuration-free text editor
What is Orbiton? 🔗 Orbiton, a simple configuration-free text editor. Orbiton is often shortened into o. More information: https://github.com/xyproto/orbiton . Usage 🔗 Open a file in editor: o …
netdiscover: Network scanner used to find live hosts on a network
What is netdiscover? 🔗 Network scanner used to find live hosts on a network. More information: https://github.com/netdiscover-scanner/netdiscover . Usage 🔗 Scan the IP range on the network interface …
neotoppm: convert an Atari Neochrome NEO file into a PPM image
What is neotoppm? 🔗 Convert an Atari Neochrome NEO file into a PPM image. More information: https://netpbm.sourceforge.net/doc/neotoppm.html . Usage 🔗 Generate the PPM image as output for an Atari …
neofetch: display information about operating system, software and hardware
What is neofetch? 🔗 Display information about your operating system, software and hardware. More information: https://github.com/dylanaraps/neofetch . Usage 🔗 Return the default config, and create it …