package omod
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha512=ba4922a3ff0c549a288908d0506ad8e53a0b256c3c564987a8026c6619f2ce5025d930671452caa250d2e23234b6aa29a5fb0b138ada37cb8a1d535c2968ba24
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
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 omodIf 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 can be consulted online or via odig doc omod.
Questions are welcome but better asked on the OCaml forum than on the issue tracker.
Dependencies (5)
-
cmdliner
>= "1.1.0" -
topkg
build & >= "1.1.0" -
ocamlbuild
build -
ocamlfind
build -
ocaml
>= "4.14.0"
Dev Dependencies
None
Used by
None
Conflicts
None