mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
dev-ml/*: improve metadata
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1,11 +1,31 @@
|
||||
<?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>
|
||||
<upstream>
|
||||
<remote-id type="github">mirage/shared-memory-ring</remote-id>
|
||||
</upstream>
|
||||
<maintainer type="person">
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">This package contains a set of libraries for creating shared memory
|
||||
producer/consumer rings. The rings follow the Xen ABI and may be used
|
||||
to create or implement Xen virtual devices.
|
||||
|
||||
Example use:
|
||||
|
||||
One program wishes to create data records and push them efficiently
|
||||
to a second process on the same physical machine for
|
||||
sampling/analysis/archiving.
|
||||
|
||||
Example use:
|
||||
|
||||
A Xen virtual machine wishes to send and receive network packets to
|
||||
and from a backend driver domain.</longdescription>
|
||||
<upstream>
|
||||
<doc>https://mirage.github.io/shared-memory-ring/</doc>
|
||||
<bugs-to>https://github.com/mirage/shared-memory-ring/issues</bugs-to>
|
||||
<remote-id type="github">mirage/shared-memory-ring</remote-id>
|
||||
<maintainer>
|
||||
<name>David Scott</name>
|
||||
<email>dave@recoil.org</email>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user