package omod

  1. Overview
  2. Docs
Lookup and load installed OCaml modules

Install

Dune Dependency

Authors

Maintainers

Sources

omod-0.0.3.tbz
sha512=4f53b8cdd054dc1a6813427452a91294e0bbcfefe948fc1caec47be136dbcecf13112bf2b620fa2f667592b04b28df74e3bf012ea0fb0038c1da4217155ca626

doc/index.html

Omod 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).

Follow the tutorial.

  • Omod Load 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

OCaml

Innovation. Community. Security.