mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
25 lines
899 B
XML
25 lines
899 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://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>
|