~fgaz/haskell-ucl

Haskell datatype and parser for the Universal Configuration Language (UCL) using libucl
Add date to 0.2.0.1 changelog entry
Fix null truncating lists and maps

clone

read-only
https://git.sr.ht/~fgaz/haskell-ucl
read/write
git@git.sr.ht:~fgaz/haskell-ucl

You can also use your local clone with git send-email.

#ucl

Hackage

Datatype and parser for the Universal Configuration Language (UCL) using libucl

The Universal Configuration Language (UCL) is a configuration language inspired by nginx configuration files and compatible with JSON. For a complete description of the language, see the libucl readme.

This library contains a datatype representing UCL objects, and a parser. It is based on the C library libucl, which is needed to build this package.