-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

ocamlopt


> The OCaml native code compiler.

> Produces native executables, e.g. ELF on Linux.

More information.


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}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 05:58:22 2024