-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

ocamlfind


> The findlib package manager for OCaml.

> Simplifies linking executables with external libraries.

More information.


Compile a source file to a native binary and link with packages:

ocamlfind ocamlopt -package {package1},{package2} -linkpkg -o {executable} {source_file.ml}

Compile a source file to a bytecode binary and link with packages:

ocamlfind ocamlc -package {package1},{package2} -linkpkg -o {executable} {source_file.ml}

Cross-compile for a different platform:

ocamlfind -toolchain {cross-toolchain} ocamlopt -o {executable} {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 01:09:33 2024