mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
24 lines
963 B
XML
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>
|