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 33 34 35 36 37 38
|
Source: libcommandable-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libmodule-build-perl,
perl
Build-Depends-Indep: libattribute-storage-perl (>= 0.12) <!nocheck>,
libexperimental-perl <!nocheck>,
libmeta-perl <!nocheck>,
libmodule-pluggable-perl <!nocheck>,
libtest2-suite-perl <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcommandable-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcommandable-perl.git
Homepage: https://metacpan.org/release/Commandable
Rules-Requires-Root: no
Package: libcommandable-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libexperimental-perl,
libmeta-perl,
libmodule-pluggable-perl
Recommends: libattribute-storage-perl (>= 0.12)
Description: utilities for commandline-based programs
The Commandable distribution contains a collection of utilities extracted
from various commandline-based programs, in the hope of trying to find a
standard base to build these from in future.
.
"Commandline" does not necessarily mean "plain-text running in a terminal";
simply that the mode of operation is that the user types a textual
representation of some action, and the program parses this text in order to
perform it. This could equally apply to a command input text area in a GUI
program.
|