package omod

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

Install

Dune Dependency

Authors

Maintainers

Sources

omod-0.0.2.tbz
md5=98cb7bc813e9325237929d047cd8408b

Description

Omod is a library and command line tool to lookup and load installed OCaml modules. It provides a mecanism to load modules and their dependencies in the OCaml toplevel system (REPL).

omod is distributed under the ISC license.

Tags

org:erratique dev toplevel repl

Published: 19 Jun 2018

README

omod — Lookup and load installed OCaml modules

v0.0.2

Omod is a library and command line tool to lookup and load installed OCaml modules. It provides a mecanism 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)

  1. cmdliner >= "1.0.2"
  2. topkg build & >= "0.9.1"
  3. ocamlbuild build
  4. ocamlfind build
  5. ocaml >= "4.03.0" & < "5.0"

Dev Dependencies

None

Used by

None

Conflicts

None