File: control

package info (click to toggle)
openhft-chronicle-bytes 1.1.15-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 748 kB
  • sloc: java: 9,201; xml: 136; makefile: 7
file content (37 lines) | stat: -rw-r--r-- 1,540 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
31
32
33
34
35
36
37
Source: openhft-chronicle-bytes
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 (= 13),
               default-jdk-headless,
               junit4,
               libintellij-annotations-java,
               libmaven-bundle-plugin-java,
               libmockito-java,
               libopenhft-chronicle-core-java,
               libslf4j-java,
               libsnappy-java,
               maven-debian-helper
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/openhft-chronicle-bytes
Vcs-Git: https://salsa.debian.org/java-team/openhft-chronicle-bytes.git
Homepage: https://github.com/OpenHFT/Chronicle-Bytes

Package: libopenhft-chronicle-bytes-java
Architecture: all
Depends: ${maven:Depends},
         ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: OpenHFT byte buffer library
 Chronicle Bytes has a similar purpose to Java NIO's ByteBuffer with some
 extensions. It's build on Chronicle Core's direct memory and OS system
 call access and contains all the low level memory access wrappers.
 The API supports:
  * 64-bit sizes
  * UTF-8 and ISO-8859-1 encoded strings.
  * thread safe off heap memory operations.
  * deterministic release of resources via reference counting.
  * compressed data types such as stop bit encoding.
  * elastic ByteBuffer wrappers which resize as required.
  * parsing text and writing text directly to off heap bytes.