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
|
Source: libbind-config-parser-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Carlos Vicente <cvicente@cpan.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libparse-recdescent-perl,
perl
Standards-Version: 3.9.2
Vcs-Browser: http://git.debian.org/git/pkg-perl/packages/libbind-config-parser-perl.git
Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libbind-config-parser-perl.git
Homepage: http://search.cpan.org/dist/BIND-Config-Parser/
Package: libbind-config-parser-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libparse-recdescent-perl
Description: parser for BIND Config files
BIND::Config::Parser provides a lightweight parser to the configuration file
syntax of BIND v8 and v9 using a Parse::RecDescent grammar.
.
It is in a similar vein to BIND::Conf_Parser. However, as it has no knowledge
of the directives, it doesn't need to be kept updated as new directives are
added, it simply knows how to carve up a BIND configuration file into logical
chunks.
|