~fgaz/haskell-ucl

8e2e0d070e753126c9da124b0e47d008dc044481 — Francesco Gazzetta 3 years ago 7f6467b
Add readme
1 files changed, 13 insertions(+), 0 deletions(-)

A README.md
A README.md => README.md +13 -0
@@ 0,0 1,13 @@
# ucl

[![Hackage](https://img.shields.io/hackage/v/ucl.svg)](https://hackage.haskell.org/package/ucl)

**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](https://github.com/vstakhov/libucl/blob/master/README.md).

This library contains a datatype representing UCL objects, and a parser.
It is based on the C library [libucl](https://github.com/vstakhov/libucl),
which is needed to build this package.