File: control

package info (click to toggle)
libapp-cli-perl 0.313-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 252 kB
  • sloc: perl: 2,339; makefile: 7
file content (21 lines) | stat: -rw-r--r-- 857 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
Source: libapp-cli-perl
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13), libmodule-install-perl
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/App-CLI
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libapp-cli-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libapp-cli-perl
Testsuite: autopkgtest-pkg-perl

Package: libapp-cli-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Multi-Arch: foreign
Description: Dispatcher module for command line interface programs
 App::CLI dispatches CLI (command line interface) based commands
 into command classes.  It also supports subcommand and per-command
 options.