@hackage configifier0.0.2
parser for config files, shell variables, command line args.
Categories
License
AGPL-3.0-only
Maintainer
Matthias Fischmann <mf@zerobuzz.net>
Links
Versions
Installation
Dependencies (11)
- aeson >=0.8 && <0.9
- base >=4.7 && <4.8
- case-insensitive >=1.2 && <1.3
- containers >=0.5 && <0.6
- mtl >=2.2.1 && <2.3
- regex-easy >=0.1.0.0 && <0.2 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
profiling(off by default)
WARNING NOT READY FOR USE YET. JUST PUTTING IT OUT THERE TO HAVE A DISCUSSION.
Read runtime configuration from files, command line, and shell environment in a uniform, canonical, and flexible way. Inspired by, among others, Configurator, cmdargs, optparse-applicative.