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
|
Source: libgnujmi-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk@debian.org>, Niels Thykier <niels@thykier.net>
Build-Depends: debhelper (>= 7.0)
Build-Depends-Indep: default-jdk
Standards-Version: 3.8.3
Homepage: http://savannah.gnu.org/projects/classpathx
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libgnujmi-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libgnujmi-java/
Package: libgnujmi-java
Architecture: all
Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless,
${misc:Depends}
Suggests: libgnujmi-java-doc
Description: free implementation of the java metadata interface
GNU JMI is a free implementation of the JSR-000040 The JavaTM Metadata
Interface (JMI).
.
It consist of an API to solve the problem of incompatible metadata.
.
This is the classpathx free implementation of the library.
Package: libgnujmi-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libgnujmi-java
Description: free implementation of the java metadata interface -- documentation
GNU JMI is a free implementation of the JSR-000040 The JavaTM Metadata
Interface (JMI).
.
It consist of an API to solve the problem of incompatible metadata.
.
This is the classpathx free implementation of the library.
.
This package contains the autogenerated javadoc API for libgnujmi.
|