package omod

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

Install

Dune Dependency

Authors

Maintainers

Sources

omod-0.0.4.tbz
sha512=cab9e8ab6ca6e836fdaa3dcf9552d31e4de2bf069fcab096c1565d204ff91fc3516cd017a13702d749580bd3563c462db3277ab036cfc5d3cb9703a08ddbb927

doc/index.html

Omod v0.0.4

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.