From 433b6ea76a0905ce211403aaed013d571366c06c Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 14 Jul 2016 12:30:17 -0400 Subject: dev-haskell/configurator: new package to read config files in Haskell. Package-Manager: portage-2.2.28 --- dev-haskell/configurator/metadata.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 dev-haskell/configurator/metadata.xml (limited to 'dev-haskell/configurator/metadata.xml') diff --git a/dev-haskell/configurator/metadata.xml b/dev-haskell/configurator/metadata.xml new file mode 100644 index 000000000000..e605a4ef2a7f --- /dev/null +++ b/dev-haskell/configurator/metadata.xml @@ -0,0 +1,31 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + A configuration management library for programs and daemons. + + Features include: + + * Automatic, dynamic reloading in response to modifications to + configuration files. + + * A simple, but flexible, configuration language, supporting several + of the most commonly needed types of data, along with + interpolation of strings from the configuration or the system + environment (e.g. @$(HOME)@). + + * Subscription-based notification of changes to configuration + properties. + + * An @import@ directive allows the configuration of a complex + application to be split across several smaller files, or common + configuration data to be shared across several applications. + + For details of the configuration file format, see + <http://hackage.haskell.org/packages/archive/configurator/latest/doc/html/Data-Configurator.html>. + + -- cgit v1.2.3-65-gdbad