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 50 51 52 53 54 55 56
|
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 (>= 10),
default-jdk,
junit4 (>= 4.12),
libhamcrest-java,
libjoda-time-java (>= 2.9.9),
libmaven-bundle-plugin-java (>= 2.5.4),
libmaven-javadoc-plugin-java,
maven-debian-helper (>= 2.1)
Standards-Version: 4.2.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/joptsimple.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/joptsimple.git
Homepage: https://github.com/jopt-simple/jopt-simple
Package: libjoptsimple-java
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}, libjoptsimple-java-doc
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.
Package: libjoptsimple-java-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Recommends: ${maven:DocDepends}, ${maven:DocOptionalDepends}
Suggests: libjoptsimple-java
Description: Command line parsing java library - Documentation
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.
.
This package contains the javadoc documentation.
|