blob: 05e8237ddcf3ac50f947a8ce060f96ab4fa7a127 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>java@gentoo.org</email>
<name>Java</name>
</maintainer>
<longdescription>
The Hessian binary web service protocol makes web services usable without
requiring a large framework, and without learning yet another alphabet soup
of protocols. Because it is a binary protocol, it is well-suited to sending
binary data without any need to extend the protocol with attachments.
</longdescription>
<origin>gentoo-staging</origin>
</pkgmetadata>
|