-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

ocamlc


> The OCaml bytecode compiler.

> Produces executables runnable by the OCaml interpreter.

More information.


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}


> 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 Fri May 17 00:29:23 2024