File: control

package info (click to toggle)
libgetopt-mixed-perl 1.008-10.2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 84 kB
  • ctags: 12
  • sloc: perl: 228; makefile: 38
file content (20 lines) | stat: -rw-r--r-- 796 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libgetopt-mixed-perl
Section: perl
Priority: optional
Maintainer: Ezra Pagel <ezra@jdba.org>
Standards-Version: 3.6.1
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl

Package: libgetopt-mixed-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Description: Perl module for processing options in GNU-style (= long and short)
 This module is intended to be the "Getopt-to-end-all-Getop's".  It
 combines flexibility and simplicity.  It supports both short options
 (introduced by `-') and long options (introduced by `--').  Short
 options which do not take an argument can be grouped together.  Short
 options which do take an argument must be the last option in their
 group, because everything following the option will be considered to
 be its argument.