@hackage / ucl

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

Latest0.2.0.1

About

Metadata

  • Last updated , by fgaz
  • License BSD-3-Clause
  • Maintained by: fgaz@fgaz.me

  • Lottery factor: 0

Links

Installation

Readme

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.