libconfig: Haskell bindings to libconfig

[ bsd3, language, library ] [ Propose Tags ]

Low-level FFI bindings to the libconfig configuration file library.

This binding is very low-level at the moment, but higher-level safe interfaces are planned.

This library only binds to version 1.4.9 of the libconfig library, which is known as libconfig9 in Debian-like distributions, including Ubuntu. It will not work with older versions of libconfig, including the libconfig8 distributed in Ubuntu 12.04.

Flags

Automatic Flags
NameDescriptionDefault
prisms

Build prisms along with lenses (adds a dependency on profunctors).

If tests are enabled, this also adds a dependency on lens for the test suite.

If this flag is disabled, no lens tests will be run. This is suboptimal but simpler than adding another cabal flag.

Enabled
binary

Provide instances for Data.Binary.Binary from the binary package. This is done by Generics and will not work on GHCs older than 7.8, because they are pinned to binary version 0.5 or older.

Enabled
cereal

Provide instances for Data.Serialize.Serialize from the cereal package

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0
Dependencies base (>=4.6 && <4.9), binary (>=0.5 && <0.8), cereal (>=0.4 && <0.5), cereal-text (>=0.1), deepseq (>=1.3), hashable (>=1.2 && <1.3), profunctors (>=4 && <5), text (>=1.1 && <1.3), text-binary (>=0.1), transformers (>=0.3) [details]
License BSD-3-Clause
Copyright 2015 Matthew Peddie <mpeddie@gmail.com>
Author Matthew Peddie
Maintainer mpeddie@gmail.com
Category Language
Source repo head: git clone git@github.com/peddie/libconfig-haskell
Uploaded by peddie at 2015-04-25T08:40:00Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2007 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]