File: control

package info (click to toggle)
joptsimple 5.0.4-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,348 kB
  • sloc: java: 8,962; javascript: 1,282; xml: 842; makefile: 5
file content (37 lines) | stat: -rw-r--r-- 1,328 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
Source: joptsimple
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Samuel Thibault <sthibault@debian.org>,
 Stephen Nelson <stephen@eccostudio.com>,
 Steffen Moeller <moeller@debian.org>
Build-Depends:
 ant,
 debhelper-compat (= 13),
 default-jdk,
 junit4 (>= 4.12),
 libhamcrest-java,
 libjoda-time-java (>= 2.9.9),
 libmaven-bundle-plugin-java (>= 2.5.4),
 maven-debian-helper (>= 2.1)
Rules-Requires-Root: no
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/joptsimple.git
Vcs-Browser: https://salsa.debian.org/java-team/joptsimple
Homepage: https://github.com/jopt-simple/jopt-simple

Package: libjoptsimple-java
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}
Description: Command line parsing java library
 JOpt Simple is a Java library for parsing command line options, such as
 those you might pass to an invocation of javac.
 .
 In the interest of striving for simplicity, as closely as possible JOpt
 Simple attempts to honor the command line option syntaxes of POSIX
 getopt() and GNU getopt_long() . It also aims to make option parser
 configuration and retrieval of options and their arguments simple and
 expressive, without being overly clever.