libkryo-java 2.20-6.2 source package in Ubuntu

Changelog

libkryo-java (2.20-6.2) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Mon, 28 Dec 2020 13:01:49 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libkryo-java_2.20-6.2.dsc 2.1 KiB 0e3b4b8e863d1eb9078f47d108e6672a8e2a5a6650bde91128c2ec15e07471d0
libkryo-java_2.20.orig.tar.gz 60.9 KiB 480b8153123fc2ea4f11cb6f2eeb73046cbb0c35ed2a5315aa2d631112dcbc3a
libkryo-java_2.20-6.2.debian.tar.xz 3.0 KiB 6e3ffca628929f6884324f2153a77d331f3910faaea5a163c9d08186ac029703

Available diffs

No changes file available.

Binary packages built by this source

libkryo-java: 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.

libkryo-java-doc: object graph serialization framework for Java - doc

 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.
 .
 This package contains the Javadoc API