@hackage etc0.4.1.0
Declarative configuration spec for Haskell projects
Categories
License
MIT
Maintainer
open-source@roman-gonzalez.info
Links
Versions
Installation
Tested Compilers
Dependencies (11)
- aeson >=0.11
- ansi-wl-pprint >=0.6
- base >=4.7 && <5
- edit-distance >=0.2
- optparse-applicative >=0.12
- rio >=0.0.1.0 Show all…
Dependents (3)
@hackage/acme-everything, @hackage/baserock-schema, @hackage/sc2hs
Package Flags
extra
(off by default)
Include extra utilities
cli
(off by default)
Include support for cli arguments
yaml
(off by default)
Include support to parse YAML files
etc
etc gathers configuration values from multiple sources (cli options, OS
environment variables, files) using a declarative spec file that defines where
this values are to be found and located in a configuration map.
For more information about etc API and how to use it, see
the etc homepage