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
|
Source: libjna-posix-java
Section: java
Priority: optional
Maintainer: Nicolas Duboc <nduboc@debian.org>
Build-Depends: debhelper (>> 7.0.0), ant
Build-Depends-Indep: default-jdk, libjna-java, junit4
Standards-Version: 3.8.3
Homepage: http://kenai.com/projects/jna-posix
Package: libjna-posix-java
Architecture: all
Section: java
Depends: ${misc:Depends}, default-jre | java5-runtime, libjna-java
Description: basic POSIX-like functions for Java
This package is a Java library providing access to various
POSIX functions like chmod(2), link(2) or getuid(2) through
dynamic loading of native libraries with JNA.
Package: libjna-posix-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: w3m | www-browser
Suggests: libjna-posix-java
Description: Java JNA-POSIX library API documentation
This package includes the development documentation for the
JNA-POSIX library which provides access to various POSIX
functions like chmod(2), link(2) or getuid(2) through
dynamic loading of native libraries with JNA.
|