This package browser is in early development. Mind the rough edges.

ghc-configurator

Configuration management

This package provides a configuration management library for programs and daemons. The features include:

  1. Automatic, dynamic reloading in response to modifications to configuration files.

  2. 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)).

  3. Subscription-based notification of changes to configuration properties.

  4. 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.

Installation

Install the latest version of ghc-configurator as follows:

guix install ghc-configurator

Or install a particular version:

guix install ghc-configurator@0.3.0.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of ghc-configurator about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/ghc-configurator'><img src='https://packages.guix.gnu.org/packages/ghc-configurator/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/ghc-configurator/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/ghc-configurator)

Example Org:

[[https://packages.guix.gnu.org/packages/ghc-configurator][https://packages.guix.gnu.org/packages/ghc-configurator/badges/latest-version.svg]]