File: control

package info (click to toggle)
libconfig-general-perl 2.63-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 468 kB
  • ctags: 82
  • sloc: perl: 1,771; makefile: 2; ansic: 2
file content (31 lines) | stat: -rw-r--r-- 1,366 bytes parent folder | download
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
Source: libconfig-general-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Francesco Cecconi <francesco.cecconi@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-general-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libconfig-general-perl.git
Homepage: https://metacpan.org/release/Config-General

Package: libconfig-general-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Description: generic configuration module
 Config::General opens a configuration file and parses its contents for you.
 After parsing it returns a hash which contains all options and their
 associated values from your configuration file.
 .
 The format of configuration files supported by Config::General is
 inspired by the well known Apache configuration format, in fact, this
 module is fully capable of parsing Apache configurations, but the
 output is not usable by Apache. You can also just use simple name/value
 pairs in your configuration files.
 .
 In addition to the capabilities of an Apache configuration file it
 supports some enhancements such as here-documents, C-style comments and
 multi-line options.