conffmt alternatives and similar packages
Based on the "Data" category.
Alternatively, view conffmt alternatives based on common mentions on social networks and blogs.
-
semantic-source
Parsing, analyzing, and comparing source code across many languages -
lens
Lenses, Folds, and Traversals - Join us on web.libera.chat #haskell-lens -
code-builder
Packages for defining APIs, running them, generating client code and documentation. -
text
Haskell library for space- and time-efficient operations over Unicode text. -
compendium-client
Mu (μ) is a purely functional framework for building micro services. -
cassava
A CSV parsing and encoding library optimized for ease of use and high performance -
unordered-containers
Efficient hashing-based container types -
holmes
A reference library for constraint-solving with propagators and CDCL. -
primitive
This package provides various primitive memory-related operations. -
resource-pool
A high-performance striped resource pooling implementation for Haskell -
discrimination
Fast linear time sorting and discrimination for a large class of data types -
reflection
Reifies arbitrary Haskell terms into types that can be reflected back into terms -
dependent-sum
Dependent sums and supporting typeclasses for comparing and displaying them -
IORefCAS
A collection of different packages for CAS based data structures. -
dependent-map
Dependently-typed finite maps (partial dependent products) -
text-icu
This package provides the Haskell Data.Text.ICU library, for performing complex manipulation of Unicode text. -
streaming
An optimized general monad transformer for streaming applications, with a simple prelude of functions -
orgmode-parse
Attoparsec parser combinators for parsing org-mode structured text! -
scientific
Arbitrary-precision floating-point numbers represented using scientific notation
Clean code begins in your IDE with SonarLint
Do you think we are missing an alternative of conffmt 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 conffmt README section above
are relevant to that project's source code only.