%%VERSION%%
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).
omod is distributed under the ISC license.
Homepage: http://erratique.ch/software/omod
omod can be installed with opam
:
opam install omod
If you don't use opam
consult the opam
file for build
instructions.
rlwrap ocaml
# #use "omod.top"
# Omod.load "Unix"
# Omod.status ()
The documentation and API reference is generated from the source
interfaces. It can be consulted online or via odig doc omod
.