File: control

package info (click to toggle)
lib-gnu.getopt-java 1.0.9-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 224 kB
  • ctags: 106
  • sloc: java: 636; makefile: 51; xml: 47
file content (15 lines) | stat: -rw-r--r-- 564 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: lib-gnu.getopt-java
Section: devel
Priority: optional
Maintainer: Takashi Okamoto <tora@debian.org>
Build-Depends-Indep: debhelper (>> 3.0.0), jikes, kaffe ( >=1.0.6-2)
Standards-Version: 3.5.2

Package: lib-gnu.getopt-java
Architecture: all
Depends: java-common
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.