1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: libconfig-augeas-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>,
gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12),
libaugeas-dev,
libmodule-build-perl,
libtest-pod-perl,
libxml2-dev,
perl-xs-dev,
perl:native,
pkg-config
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libconfig-augeas-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libconfig-augeas-perl.git
Homepage: https://metacpan.org/release/Config-Augeas
Package: libconfig-augeas-perl
Architecture: any
Depends: ${perl:Depends},
${shlibs:Depends},
${misc:Depends}
Description: module for manipulating configuration files through Augeas
Config::Augeas is a Perl module that provides an object-oriented interface to
the Augeas open source configuration library. The API is more "Perlish" than
its C counterpart, making it natural to use with Perl.
.
Augeas is a library and command line tool that addresses the common problem
of handling configuration data, providing a means to easily edit many types
of configuration files. (See the augeas package for details)
|