package omod
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Lookup and load installed OCaml modules
Install
dune-project
Dependency
Authors
Maintainers
Sources
omod-0.0.5.tbz
sha512=ba4922a3ff0c549a288908d0506ad8e53a0b256c3c564987a8026c6619f2ce5025d930671452caa250d2e23234b6aa29a5fb0b138ada37cb8a1d535c2968ba24
doc/index.html
Omod v0.0.5
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.
OmodLoad installed modules in the toplevel.
Quick start
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.
Private API
Omod_ocamlcOCaml compilation artefacts readers.Omod_supportOmodsupport library.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page