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: libmoox-cmd-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
devscripts,
perl,
debhelper,
dh-buildinfo,
libmodule-runtime-perl,
libmoo-perl,
libpackage-stash-perl,
libparams-util-perl,
libregexp-common-perl,
liblist-moreutils-perl (>= 0.406),
libmoox-options-perl,
libmoox-configfromfile-perl,
libcapture-tiny-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoox-cmd-perl
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-perl/packages/libmoox-cmd-perl.git
Homepage: https://metacpan.org/pod/MooX::Cmd
Testsuite: autopkgtest-pkg-perl
Package: libmoox-cmd-perl
Architecture: all
Depends: ${cdbs:Depends},
${misc:Depends},
${perl:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Description: easy Moo style way to make command organized CLI apps
MooX::Cmd eases the writing of command line utilities, accepting
commands and subcommands and so on. These commands can form a tree,
which is mirrored in the package structure. On invocation each command
along the path through the tree (starting from the toplevel command
through to the most specific one) is instanciated.
|