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/omod.support/Omod_support/Conf/index.html

Module Omod_support.Conf

Omod configuration.

type t

The type for configuration.

val v : ?cache:Omod.fpath -> ?libdir:Omod.fpath -> unit -> (t, string) result

v ~libdir ~cache () is a configuration with given cache and libdir. If unspecified they are discovered.

val cache : t -> Omod.fpath

cache c is c's cache directory.

val libdir : t -> Omod.fpath

libdir c is c's library directory.

val pp : Format.formatter -> t -> unit

pp formats configurations.

Environment variables

val cache_env : string

cache_env is the environment variable that can be used to define an cache directory.

val libdir_env : string

libdir_env is the environment variable that can be used to define a libdir.

OCaml

Innovation. Community. Security.