summaryrefslogtreecommitdiff
path: root/dev-libs/nng/metadata.xml
blob: 559568490d61774d7bfac19cbe1ec7f906bcc00f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person" proxied="yes">
    <email>zoltan@sinustrom.info</email>
    <name>Zoltan Puskas</name>
  </maintainer>
  <maintainer type="project" proxied="proxy">
    <email>proxy-maint@gentoo.org</email>
    <name>Proxy Maintainers</name>
  </maintainer>
  <use>
    <flag name="compat">Enable compatibility with the legacy nanomsg API</flag>
    <flag name="deprecated">Build deprecated features</flag>
    <flag name="tools">Build and install command line tools</flag>
  </use>
  <longdescription>
		NNG is a lightweight, broker-less library, offering a simple API to
		solve common recurring messaging problems, such as publish/subscribe,
		RPC-style request/reply, or service discovery.
	</longdescription>
  <origin>srcux</origin>
</pkgmetadata>