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

perl-conf-libconfig

Perl extension for libconfig

Conf::Libconfig is a Perl interface to the libconfig configuration file library. It support scalar, array, and hash data structures just like its C/C++ counterpart. It reduces the effort required to implement a configuration file parser in your Perl programme and allows sharing configuration files between languages.

Installation

Install the latest version of perl-conf-libconfig as follows:

guix install perl-conf-libconfig

Or install a particular version:

guix install perl-conf-libconfig@0.101

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.