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

libconfuse

Configuration file parser library

libconfuse is a configuration file parser library. It supports sections and (lists of) values (strings, integers, floats, booleans or other sections), as well as some other features (such as single/double-quoted strings, environment variable expansion, functions and nested include statements).

Installation

Install the latest version of libconfuse as follows:

guix install libconfuse

Or install a particular version:

guix install libconfuse@3.3

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.