language-conf
contains .conf
(e.g. nginx configuration) parsers and
pretty-printers for the Haskell programming language.
-
Data.Conf
exports the.conf
parser -
Data.Conf.PrettyPrint
exports the.conf
pretty-printer -
FromConf
parses a.conf
file and outputs its JSON or YAML representation -
ToConf
parses a JSON or YAML file and outputs its.conf
representation
For hcl
parsers, see
haskell-language-hcl
From source:
make install
make build
make test
make all
make conffmt
make fromconf
make toconf
Published under the MIT license