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
|
Source: openhft-chronicle-queue
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 9),
default-jdk,
libcommons-lang3-java,
libhdrhistogram-java,
libintellij-annotations-java,
libjoda-time-java,
libmaven-bundle-plugin-java,
libopenhft-chronicle-network-java,
libopenhft-lang-java (>= 6.6.2),
maven-debian-helper (>= 1.5),
zip
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/openhft-chronicle-queue.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/openhft-chronicle-queue.git
Homepage: https://github.com/OpenHFT/Chronicle-Queue
Package: libopenhft-chronicle-queue-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Java library for persisted low latency messaging
Chronicle is a Java library focused on building a persisted low latency
messaging framework for high performance and critical applications. Using
non-heap storage options (RandomAccessFile) Chronicle provides a processing
environment where applications do not suffer from garbage collection.
|