File: control

package info (click to toggle)
libappconfig-std-perl 1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 124 kB
  • ctags: 6
  • sloc: perl: 303; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 987 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
Source: libappconfig-std-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libappconfig-perl
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/AppConfig-Std
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libappconfig-std-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libappconfig-std-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libappconfig-std-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libappconfig-perl
Description: Perl module for standard app configuration
 AppConfig::Std is a Perl module that provides a set of standard configuration
 variables and command-line switches. It is implemented as a subclass of
 AppConfig; AppConfig provides a general mechanism for handling global
 configuration variables.