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 61 62 63 64 65 66
|
Source: jboss-xnio
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Markus Koschany <apo@debian.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk-headless (>= 2:1.8),
default-jdk-doc,
junit4,
libjboss-logging-java,
libjboss-logging-tools-java,
libjboss-logmanager-java,
libjboss-threads-java,
libjmock2-java,
libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java,
libsurefire-java,
libwildfly-client-config-java,
libwildfly-common-java,
maven-debian-helper (>= 1.5)
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/jboss-xnio.git
Vcs-Browser: https://salsa.debian.org/java-team/jboss-xnio
Homepage: http://xnio.jboss.org/
Package: libjboss-xnio-java
Architecture: all
Depends:
${maven:Depends},
${misc:Depends}
Suggests:
libjboss-xnio-java-doc,
${maven:OptionalDepends}
Description: simplified low-level I/O layer for NIO
XNIO is a simplified low-level I/O layer which can be used anywhere you are
using non-blocking I/O today. It frees you from the hassle of dealing with
Selectors and the lack of NIO support for multicast sockets and non-socket
I/O, while still maintaining all the capabilities present in NIO, and it opens
the door to non-obvious optimizations.
.
XNIO provides a unique API for combining blocking and non-blocking operations,
even on the same channel, allowing you to take advantage of the simplicity and
low latency of blocking I/O while still gaining the thread-conservative and
throughput benefits of non-blocking I/O.
Package: libjboss-xnio-java-doc
Architecture: all
Section: doc
Multi-Arch: foreign
Depends:
${misc:Depends}
Recommends:
${maven:DocDepends},
${maven:DocOptionalDepends}
Suggests:
libjboss-xnio-java
Description: Documentation for jboss-xnio
XNIO is a simplified low-level I/O layer which can be used anywhere you are
using non-blocking I/O today. It frees you from the hassle of dealing with
Selectors and the lack of NIO support for multicast sockets and non-socket
I/O, while still maintaining all the capabilities present in NIO, and it opens
the door to non-obvious optimizations.
.
This package contains the API documentation of libjboss-xnio-java.
|