libghc-configurator-prof

Dynamic config file reloading; profiling libraries
  http://github.com/bos/configurator
  0
  no reviews



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.

this package contains the libraries compiled with profiling enabled.