File: control

package info (click to toggle)
openhft-chronicle-network 1.0.58-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 484 kB
  • sloc: java: 4,467; xml: 336; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,248 bytes parent folder | download
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-network
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 12),
               default-jdk,
               libintellij-annotations-java,
               libmaven-bundle-plugin-java,
               libopenhft-chronicle-bytes-java,
               libopenhft-chronicle-core-java,
               libopenhft-chronicle-threads-java,
               libopenhft-chronicle-wire-java,
               libslf4j-java,
               maven-debian-helper (>= 2.1)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/java-team/openhft-chronicle-network
Vcs-Git: https://salsa.debian.org/java-team/openhft-chronicle-network.git
Homepage: https://github.com/OpenHFT/Chronicle-Network
Rules-Requires-Root: no

Package: libopenhft-chronicle-network-java
Architecture: all
Depends: ${maven:Depends},
         ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: OpenHFT High Performance Network library
 Chronicle Network is a network library designed to be lower latency
 and support higher throughputs than Netty by employing techniques
 used in low latency trading systems.