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 34
|
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>,
Jonathan Yu <jawnsy@cpan.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
libaugeas-dev (>= 1.0.0),
libmodule-build-perl,
libtest-pod-perl,
libxml2-dev,
perl,
pkg-config
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-augeas-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconfig-augeas-perl.git
Homepage: https://metacpan.org/release/Config-Augeas
Testsuite: autopkgtest-pkg-perl
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)
|