Popularity
4.4
Declining
Activity
0.0
Stable
6
3
2

Monthly Downloads: 5
Programming language: Haskell
License: MIT License
Tags: Data     Language    
Latest version: v0.2.2.0

language-conf alternatives and similar packages

Based on the "language" category.
Alternatively, view conffmt alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of language-conf or a related project?

Add another 'language' Package

README

haskell-language-conf

Hackage


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
  • ConfFmt is a .conf file formatter that serves as an example

  • 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

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.