You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/kryo/metadata.xml

14 lines
601 B

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>java</herd>
<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
from object to object, not object->bytes->object.
</longdescription>
</pkgmetadata>