You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/zeromq/metadata.xml

34 lines
1.2 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>qnikst@gentoo.org</email>
<name>Alexander Vershilov</name>
</maintainer>
<upstream>
<maintainer>
<email>sustrik@fastmq.com</email>
<name>Martin Sustrik</name>
<description>iMatrix Corporation</description>
</maintainer>
<doc>http://zguide.zeromq.org/chapter:1</doc>
<bugs-to>http://github.com/zeromq/zeromq2/issues</bugs-to>
<!-- remote-id type="github">zeromq/zeromq2</remote-id-->
</upstream>
<longdescription lang="en">
The 0MQ lightweight messaging kernel is a library which
extends the standard socket interfaces with features
traditionally provided by specialised messaging middleware
products. 0MQ sockets provide an abstraction of asynchronous
message queues, multiple messaging patterns, message filtering
(subscriptions), seamless access to multiple transport protocols
and more.
</longdescription>
<use>
<flag name="pgm">
0MQ is build with 'Pragmatic General Multicast' (RFC 3208) support
using the excellent OpenPGM implementation.
</flag>
</use>
</pkgmetadata>