File: control

package info (click to toggle)
libkryo2-java 2.20-9.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 580 kB
  • sloc: java: 8,712; xml: 172; makefile: 7
file content (34 lines) | stat: -rw-r--r-- 1,217 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
Source: libkryo2-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 javahelper (>= 0.43),
 libminlog-java (>= 1.3),
 libobjenesis-java,
 libreflectasm-java (>= 1.11.6+dfsg-1~),
 maven-repo-helper
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/libkryo-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libkryo-java
Homepage: https://github.com/EsotericSoftware/kryo
Rules-Requires-Root: no

Package: libkryo2-java
Architecture: all
Depends:
 libminlog-java (>= 1.3),
 libobjenesis-java,
 libreflectasm-java (>= 1.11.6+dfsg-1~),
 ${misc:Depends}
Description: object graph serialization framework for Java
 Kryo is a fast and efficient object graph serialization framework for Java.
 The goals of the project are speed, efficiency, and an easy to use API.
 The project is useful any time objects need to be persisted, whether to a
 file, database, or over the network.
 .
 Kryo can also perform automatic deep and shallow copying/cloning.
 This is direct copying from object to object, not object->bytes->object.