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

CHANGES.md.html

v0.0.4 2024-03-29 La Forclaz (VS)

  • Require and support OCaml >= 4.14.0.

  • Stop using Toploop.directive_table, this means

v0.0.3 2022-02-14 La Forclaz (VS)

  • Allow to abort load sequence prompts cleanly with C-c (#9).

  • Fix variant specification in Omod.load (#11).

  • Move init sequences from omod.[nat]top to the loaded omod.cma and omod_nattop.cmxs. As a side effect removes the annoying warning on load visible since 4.13 (#13) and allows to load omod via ocamlfind (i.e. via #require, not recommended but works).

  • Require OCaml 4.08.

  • Handle the deprecation of Pervasives (and thus support OCaml 5.00).

  • omod pkg, order package info as found on the cli.

v0.0.2 2018-06-19 Zagreb

  • Fix omod for opam system switches. The location of the ocaml package is determined by ocamlc -where rather than $LIBDIR/ocaml (#1)

  • Get rid of shell outs to opam for auto-configuration: infer prefix from the executable's install path (#4).

  • omod pkg --long sort cobjs by name.

v0.0.1 2018-06-13 Zagreb

First release.

OCaml

Innovation. Community. Security.