Files
guru/dev-ml/nbd/metadata.xml
Anna (cybertailor) Vyalkova 1e95f22062 */*: update metadata schema uri
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-03-04 18:56:32 +05:00

24 lines
964 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>
<use>
<flag name="tool">command line helper for serving and mirroring disks over NBD, and getting information about the disks exported by an NBD server</flag>
<flag name="unix">Lwt_unix implementation</flag>
</use>
<longdescription lang="en">This library allows applications to export and consume block
devices using the NBD protocol (as used by Linux, qemu etc)</longdescription>
<upstream>
<doc>https://xapi-project.github.io/nbd/nbd/index.html</doc>
<bugs-to>https://github.com/xapi-project/nbd/issues</bugs-to>
<remote-id type="github">xapi-project/nbd</remote-id>
<maintainer>
<name>Jonathan Ludlam</name>
<email>jonathan.ludlam@citrix.com</email>
</maintainer>
</upstream>
</pkgmetadata>