summaryrefslogtreecommitdiff
blob: 85d225c823122895b70f26bf7a6931eed66cb623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<!-- maintainer-needed -->
	<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="nss">Use <pkg>dev-libs/nss</pkg> for SHA instead of an internal implementation</flag>
		<flag name="uuid">Enable UUID support using <pkg>sys-apps/util-linux</pkg></flag>
	</use>
	<upstream>
		<remote-id type="github">zeromq/czmq</remote-id>
	</upstream>
</pkgmetadata>