summaryrefslogtreecommitdiff
blob: 0c5582266b6bc223731e97b6f84f16f36a21d3ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>jaco@uls.co.za</email>
		<name>Jaco Kroon</name>
		<description>Proxy-Maintainer. Assign bugs to him</description>
	</maintainer>
	<maintainer type="project">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<longdescription>
		libwebsockets is a C library designed to make development of websockets clients and servers easier (possible).
	</longdescription>
	<use>
		<flag name="ssl">Include SSL support (default <pkg>dev-libs/openssl</pkg>)</flag>
		<flag name="zlib">Include zlib support</flag>
		<flag name="static-libs">Build the static version of the library</flag>
		<flag name="http2">Compile with support for http2</flag>
		<flag name="ipv6">Compile with support for ipv6</flag>
		<flag name="server">The server part of the library</flag>
		<flag name="client">The client part of the library</flag>
	</use>
</pkgmetadata>