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 54 55 56 57 58 59 60
|
Source: jnr-enxio
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hp.com>,
Miguel Landaeta <nomadium@debian.org>
Build-Depends: debhelper (>= 10~),
default-jdk,
default-jdk-doc,
javahelper,
junit4,
libjffi-java (>= 1.2.7),
libjnr-constants-java,
libjnr-ffi-java (>= 2.1.0~),
libjnr-x86asm-java (>= 1.0.2),
libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java,
libmaven-source-plugin-java,
maven-debian-helper
Standards-Version: 3.9.8
Homepage: https://github.com/jnr/jnr-enxio
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jnr-enxio.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jnr-enxio.git
Package: libjnr-enxio-java
Architecture: all
Depends: ${maven:Depends},
${misc:Depends}
Suggests: libjnr-enxio-java-doc,
${maven:OptionalDepends}
Description: Java extended native cross-platform I/O library
Java Native Runtime (JNR) is a collection of Java libraries to make
interfacing with OS-level features easier. JNR uses an alternate
method to JNI or JNA to achieve programming simplicity while still
retaining performance.
.
The jnr-enxio package mimics the standard Java non-blocking I/O (NIO)
library by implementing an I/O backend based on calls to the underlying
native OS-level functions. This is implementing using the jnr-ffi
foreign function interface.
Package: libjnr-enxio-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends},
${misc:Depends}
Suggests: libjnr-enxio-java,
${maven:DocOptionalDepends}
Description: Java extended native cross-platform I/O library (documentation)
Java Native Runtime (JNR) is a collection of Java libraries to make
interfacing with OS-level features easier. JNR uses an alternate
method to JNI or JNA to achieve programming simplicity while still
retaining performance.
.
The jnr-enxio package mimics the standard Java non-blocking I/O (NIO)
library by implementing an I/O backend based on calls to the underlying
native OS-level functions. This is implementing using the jnr-ffi
foreign function interface.
.
This package contains the API documentation of libjnr-enxio.
|