Files
guru/dev-ml/xenstore/metadata.xml
Alessandro Barbieri 8ba1e8a9c8 dev-ml/*: improve metadata
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2022-04-26 12:33:35 +02:00

25 lines
898 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">This repo contains:
1. a xenstore client library, a merge of the Mirage and XCP ones
2. a xenstore server library
3. a xenstore server instance which runs under Unix with libxc
4. a xenstore server instance which runs on mirage.
The client and the server libraries have sets of unit-tests.</longdescription>
<upstream>
<doc>https://mirage.github.io/ocaml-xenstore/</doc>
<bugs-to>https://github.com/mirage/ocaml-xenstore/issues</bugs-to>
<remote-id type="github">mirage/ocaml-xenstore</remote-id>
<maintainer>
<name>David Scott</name>
<email>dave@recoil.org</email>
</maintainer>
</upstream>
</pkgmetadata>