package env_config
Helper library for retrieving configuration from an environment variable
Install
Dune Dependency
Authors
Maintainers
Sources
env_config-v0.16.0.tar.gz
sha256=f32ec330701f5896c60dd77709b183749c6fed654ad5b2a41d907dcf5d931c83
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: 14 Jun 2023
README
README.md
Env config is a library for overriding configuration from the environment.
See doc/index.org for more details.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page