libkryo-java 2.20-7 source package in Ubuntu

Changelog

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

  * Team upload.
  * Upload to unstable after successful tests against new upstream version of
    libreflectasm-java
  * Marking the doc package as Multi-Arch: foreign
  * Adding a versioned dependency on libreflectasm-java

 -- Pierre Gruet <email address hidden>  Tue, 24 Aug 2021 21:53:17 +0200

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libkryo-java_2.20-7.dsc 2.1 KiB 268848d2c0b397e52bd54aeb9b4251e43ebcbdcbf103aa29b81b9280d7c09d7c
libkryo-java_2.20.orig.tar.gz 60.9 KiB 480b8153123fc2ea4f11cb6f2eeb73046cbb0c35ed2a5315aa2d631112dcbc3a
libkryo-java_2.20-7.debian.tar.xz 3.3 KiB 4e9fd3492c94b3358c618b4e89c1b6b64e8974aa061e6eb217f9c5fa9c95d3d9

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