package env_config

  1. Overview
  2. Docs
Helper library for retrieving configuration from an environment variable

Install

Dune Dependency

Authors

Maintainers

Sources

env_config-v0.15.0.tar.gz
sha256=905b9eef3d5bf6d87b03a34a21df4b03fd0dd024d8f1efc3e8ab56d4e067e6c5

Description

The Env_config library is a helper for retrieving library and program configuration from an environment variable. Its goal is to make it easy to override a configuration that is loaded from disk, computed, or embedded in a library.

Published: 21 Mar 2022

README

README.md

Env config is a library for overriding configuration from the environment.

See doc/index.org for more details.

Dependencies (6)

  1. dune >= "2.0.0"
  2. ppx_jane >= "v0.15" & < "v0.16"
  3. core_unix >= "v0.15" & < "v0.16"
  4. core >= "v0.15" & < "v0.16"
  5. async >= "v0.15" & < "v0.16"
  6. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (1)

  1. krb < "v0.16.0"

Conflicts

None