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
|
Source: libgetopt-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Markus Koschany <apo@debian.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
javahelper (>= 0.33~),
maven-repo-helper (>= 1.6~)
Standards-Version: 4.5.1
Homepage: http://www.urbanophile.com/arenn/hacking/download.html
Vcs-Git: https://salsa.debian.org/java-team/libgetopt-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libgetopt-java
Package: libgetopt-java
Architecture: all
Depends:
${misc:Depends}
Recommends:
${java:Recommends}
Description: GNU getopt - Java port
The GNU Java getopt classes support short and long argument parsing
in a manner 100% compatible with the version of GNU getopt in glibc
2.0.6 with a mostly compatible programmer's interface as well. Note that
this is a port, not a new implementation.
|