language-conf alternatives and similar packages
Based on the "language" category.
Alternatively, view conffmt alternatives based on common mentions on social networks and blogs.
-
unbound-generics
Specify variable binding in syntax trees using GHC.Generics (reimplementation of Unbound)
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of language-conf or a related project?
README
haskell-language-conf
language-conf
contains .conf
(e.g. nginx configuration) parsers and
pretty-printers for the Haskell programming language.
Data.Conf
exports the.conf
parserData.Conf.PrettyPrint
exports the.conf
pretty-printerFromConf
parses a.conf
file and outputs its JSON or YAML representationToConf
parses a JSON or YAML file and outputs its.conf
representation
For hcl
parsers, see
haskell-language-hcl
Install
From source:
make install
Build & Test
make build
make test
make all
Build conffmt
make conffmt
Build fromconf
make fromconf
Build toconf
make toconf
License
Published under the MIT license
*Note that all licence references and agreements mentioned in the language-conf README section above
are relevant to that project's source code only.