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

guile-config 0.5.1

Guile application configuration parsing library

Guile Config is a library providing a declarative approach to application configuration specification. The library provides clean configuration declaration forms, and processors that take care of: configuration file creation; configuration file parsing; command-line parameter parsing using getopt-long; basic GNU command-line parameter generation (--help, --usage, --version); automatic output generation for the above command-line parameters.

Installation

Install guile-config 0.5.1 as follows:

guix install guile-config@0.5.1

Or install the latest version:

guix install guile-config

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.