summaryrefslogtreecommitdiff
blob: b25aa418bfb691c509deb587ab31451559cf5f77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>jlec@gentoo.org</email>
		<name>Justin Lecher</name>
	</maintainer>
	<use>
		<flag name="drafts">
			Build draft API, which may change at any time without any
			notice, and is therefore not recommended for normal use.
			(requires draft support in <pkg>net-libs/zeromq</pkg> as well)
		</flag>
		<flag name="http-client">Build support for HTTP client using <pkg>net-misc/curl</pkg></flag>
		<flag name="http-server">Build support for HTTP server using <pkg>net-libs/libmicrohttpd</pkg></flag>
		<flag name="uuid">Enable UUID support using <pkg>sys-apps/util-linux</pkg></flag>
	</use>
</pkgmetadata>