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
|
Source: openhft-chronicle-wire
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,
junit4,
libeasymock-java,
libintellij-annotations-java,
libmaven-bundle-plugin-java,
libopenhft-affinity-java (>= 3.1.7),
libopenhft-chronicle-bytes-java (>= 1.16.25),
libopenhft-chronicle-core-java (>= 1.16.25),
libopenhft-chronicle-threads-java (>= 1.16.3),
libslf4j-java,
libyaml-snake-java,
maven-debian-helper (>= 2.1)
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/openhft-chronicle-wire.git
Vcs-Browser: https://salsa.debian.org/java-team/openhft-chronicle-wire
Homepage: https://github.com/OpenHFT/Chronicle-Wire
Package: libopenhft-chronicle-wire-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Wire format abstraction library
Chronicle Wire supports a separation of describing what data one want
to store and retrieve and how it should be rendered/parsed. Chronicle
Wire handles a variety of formatting options for a wide range of formats.
|