Files
guru/dev-ml/nbd/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

24 lines
963 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>
<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>