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
|
Source: libconfig-grammar-perl
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libconfig-grammar-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libconfig-grammar-perl.git
Homepage: https://metacpan.org/release/Config-Grammar
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Package: libconfig-grammar-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: grammar-based user-friendly config parser
Config::Grammar is a module to parse configuration files. The configuration
may consist of multiple-level sections with assignments and tabular data. The
parsed data will be returned as a hash containing the whole configuration.
Config::Grammar uses a grammar that is supplied upon creation of a
Config::Grammar object to parse the configuration file and return helpful
error messages in case of syntax errors. Using the makepod method you can
generate documentation of the configuration file format.
.
The maketmpl method can generate a template configuration file. If your
grammar contains regexp matches, the template will not be all that helpful as
Config::Grammar is not smart enough to give you sensible template data based
in regular expressions. The related function maketmplmin generates a minimal
configuration template without examples, regexps or comments and thus allows
an experienced user to fill in the configuration data more efficiently.
|