package omod
Install
Dune Dependency
Authors
Maintainers
Sources
sha512=4f53b8cdd054dc1a6813427452a91294e0bbcfefe948fc1caec47be136dbcecf13112bf2b620fa2f667592b04b28df74e3bf012ea0fb0038c1da4217155ca626
Description
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
README
omod — Lookup and load installed OCaml modules
v0.0.3
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
Installation
omod can be installed with opam
:
opam install omod
If you don't use opam
consult the opam
file for build instructions.
Usage
rlwrap ocaml
# #use "omod.top"
# Omod.load "Unix"
# Omod.status ()
Documentation
The documentation and API reference is generated from the source interfaces. It can be consulted online or via odig doc omod
.
Dependencies (5)
-
cmdliner
>= "1.1.0"
-
topkg
build & >= "1.0.3"
-
ocamlbuild
build
-
ocamlfind
build
-
ocaml
>= "4.08.0" & < "5.2"
Dev Dependencies
None
Used by
None
Conflicts
None