conftrack: Tracable multi-source config management
A library for handling multiple config files and keep track of where config values came from.
Config values can be read from json, yaml, or environment variables; it is also possible to implement custom configuration sources via a type class.
Provenance of config values is tracked while reading them; an application using this library can easily print a listing detailing which files were read and which file provided (or failed to provide) an individual value.
Modules
[Index] [Quick Jump]
Downloads
- conftrack-0.0.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.0.1 |
---|---|
Change log | CHANGELOG.md |
Dependencies | aeson (>=2.2.2 && <2.3), base (>=4.18 && <4.19), bytestring (>=0.11.5 && <0.12), containers (>=0.6.7 && <0.7), directory (>=1.3.8 && <1.4), file-io (>=0.1.1 && <0.2), filepath (>=1.4.100 && <1.5), mtl (>=2.3.1 && <2.4), scientific (>=0.3.8 && <0.4), template-haskell (>=2.20.0 && <2.21), text (>=2.0.2 && <2.1), transformers (>=0.6.1 && <0.7), yaml (>=0.11.11 && <0.12) [details] |
License | BSD-3-Clause |
Author | stuebinm |
Maintainer | stuebinm@disroot.org |
Revised | Revision 1 made by stuebinm at 2024-07-25T23:04:53Z |
Category | Configuration |
Source repo | head: git clone https://codeberg.org/stuebinm/conftrack |
Uploaded | by stuebinm at 2024-07-25T23:00:21Z |
Distributions | |
Downloads | 24 total (3 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |