File: control

package info (click to toggle)
libcli-osprey-perl 0.08-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: perl: 843; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,825 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
39
Source: libcli-osprey-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-tiny-perl,
               perl
Build-Depends-Indep: libcapture-tiny-perl <!nocheck>,
                     libgetopt-long-descriptive-perl <!nocheck>,
                     libmodule-runtime-perl <!nocheck>,
                     libmoo-perl <!nocheck>,
                     libpath-tiny-perl <!nocheck>,
                     libtest-lib-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcli-osprey-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcli-osprey-perl.git
Homepage: https://metacpan.org/release/CLI-Osprey
Rules-Requires-Root: no

Package: libcli-osprey-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libgetopt-long-descriptive-perl,
         libmodule-runtime-perl,
         libmoo-perl,
         libpath-tiny-perl
Description: module to assist in writing commandline applications with OO modules
 CLI::Osprey is a module to assist in writing commandline applications with M*
 OO modules (Moose, Moo, Mo). With it, you structure your app as one or more
 modules, which get instantiated with the commandline arguments as attributes.
 Arguments are parsed using Getopt::Long::Descriptive, and both long and short
 help messages as well as complete manual pages are automatically generated.
 An app can be a single command with options, or have sub-commands (like git).
 Sub-commands can be defined as modules (with options of their own) or as
 simple coderefs.