File: control

package info (click to toggle)
libmoox-cmd-perl 0.015-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 252 kB
  • ctags: 76
  • sloc: perl: 779; makefile: 16
file content (38 lines) | stat: -rw-r--r-- 1,278 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
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.