language-conf contains .conf (e.g. nginx configuration) parsers and
pretty-printers for the Haskell programming language.
-
Data.Confexports the.confparser -
Data.Conf.PrettyPrintexports the.confpretty-printer -
FromConfparses a.conffile and outputs its JSON or YAML representation -
ToConfparses a JSON or YAML file and outputs its.confrepresentation
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