File: control

package info (click to toggle)
argparse4j 0.4.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 796 kB
  • sloc: java: 5,668; xml: 222; makefile: 110; python: 89; sh: 4
file content (49 lines) | stat: -rw-r--r-- 2,093 bytes parent folder | download | duplicates (2)
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
40
41
42
43
44
45
46
47
48
49
Source: argparse4j
Section: java
Priority: optional
Maintainer: Debian Java maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hp.com>
Build-Depends: debhelper (>= 9),
               default-jdk,
               javahelper,
               junit4,
               libmaven-javadoc-plugin-java,
               libmaven-source-plugin-java,
               maven-debian-helper
Standards-Version: 3.9.6
Homepage: http://argparse4j.sourceforge.net
Vcs-Git: https://alioth.debian.org/anonscm/git/pkg-java/argparse4j.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/argparse4j.git

Package: libargparse4j-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: libargparse4j-java-doc, ${maven:OptionalDepends}
Description: command-line argument parser for Java based on Python's argparse module
 Argparse4j is a command line argument parser library for Java based on
 Python's argparse module.  The features of argparse4j include:
 .
   * Supported positional, optional and variable number of arguments.
   * Generates well formatted line-wrapped help message.
   * Suggests optional arguments/sub-command if unrecognized
     arguments/sub-command were given.
   * Takes into account East Asian Width ambiguous characters when line-wrap.
 .
 This package contains the library files for libarparse4j-java.

Package: libargparse4j-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends}, ${misc:Depends}
Suggests: libargparse4j-java, ${maven:DocOptionalDepends}
Description: documentation for libargparse4j-java
 Argparse4j is a command line argument parser library for Java based on
 Python's argparse module.  The features of argparse4j include:
 .
   * Supported positional, optional and variable number of arguments.
   * Generates well formatted line-wrapped help message.
   * Suggests optional arguments/sub-command if unrecognized
     arguments/sub-command were given.
   * Takes into account East Asian Width ambiguous characters when line-wrap.
 .
 This package contains the API documentation of libargparse4j-java.