Source: libkryo-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Damien Raude-Morvan Build-Depends: debhelper (>= 10), default-jdk, javahelper (>= 0.43), libminlog-java (>= 1.3), libobjenesis-java, libreflectasm-java, maven-repo-helper Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/libkryo-java.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libkryo-java.git Homepage: https://github.com/EsotericSoftware/kryo Package: libkryo-java Architecture: all Depends: ${misc:Depends}, libminlog-java (>= 1.3), libobjenesis-java, libreflectasm-java 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. Package: libkryo-java-doc Architecture: all Section: doc Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Description: 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