sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Omod is a library and command line tool to lookup and load installed OCaml modules. It provides a mechanism to load modules and their dependencies in the OCaml toplevel system (REPL).
Follow the tutorial.
Omod
Load installed modules in the toplevel.Simply run ocaml
and load the library:
> rlwrap ocaml … # #use "omod.top" # Omod.load "Unix" # Omod.status ()
You can add this #use
invocation to your ~/.ocamlinit
file. More in the tutorial.
Omod_ocamlc
OCaml compilation artefacts readers.Omod_support
Omod
support library.