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
|
Source: libnative-platform-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Kai-Chung Yan <seamlikok@gmail.com>
Build-Depends: debhelper (>= 11),
default-jdk (>= 2:1.8),
default-jdk-doc,
javahelper,
libncurses5-dev,
maven-repo-helper (>= 1.5~)
Standards-Version: 4.1.5
Vcs-Git: https://salsa.debian.org/java-team/libnative-platform-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libnative-platform-java
Homepage: https://github.com/adammurdoch/native-platform
Package: libnative-platform-java
Architecture: all
Depends: libnative-platform-jni (>= ${source:Version}), ${misc:Depends}
Suggests: libnative-platform-java-doc
Breaks: libgradle-core-java (<< 3.1~)
Description: Java bindings for various native APIs
A collection of cross-platform Java APIs for various native APIs.
Supports OS X, Linux, Solaris and Windows.
.
These APIs support Java 5 and later. Some of these APIs overlap with APIs
available in later Java versions.
Package: libnative-platform-jni
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Java bindings for various native APIs - JNI library
A collection of cross-platform Java APIs for various native APIs.
Supports OS X, Linux, Solaris and Windows.
.
These APIs support Java 5 and later. Some of these APIs overlap with APIs
available in later Java versions.
.
This package contains the java JNI library.
Package: libnative-platform-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libnative-platform-java
Description: testing and specification framework for Java and Groovy - Docs
A collection of cross-platform Java APIs for various native APIs.
Supports OS X, Linux, Solaris and Windows.
.
These APIs support Java 5 and later. Some of these APIs overlap with APIs
available in later Java versions.
.
This package contains Javadoc API for libnative-platform-java.
|