2013-09-25 01:10:05 +04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2015-08-25 09:05:57 +03:00
|
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
2013-09-25 01:10:05 +04:00
|
|
|
<pkgmetadata>
|
2016-01-26 08:51:40 +03:00
|
|
|
<maintainer type="project">
|
|
|
|
<email>java@gentoo.org</email>
|
|
|
|
<name>Java</name>
|
|
|
|
</maintainer>
|
2013-09-25 01:10:05 +04:00
|
|
|
<longdescription>
|
|
|
|
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
|
2015-09-07 23:27:31 +03:00
|
|
|
from object to object, not object->bytes->object.
|
2013-09-25 01:10:05 +04:00
|
|
|
</longdescription>
|
2015-09-07 23:27:31 +03:00
|
|
|
<upstream>
|
|
|
|
<remote-id type="github">EsotericSoftware/kryo</remote-id>
|
|
|
|
</upstream>
|
2013-09-25 01:10:05 +04:00
|
|
|
</pkgmetadata>
|