summaryrefslogtreecommitdiff
blob: 527b06dcb565fd30caf4773e5888e9f408c3d57a (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 "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>sping@gentoo.org</email>
		<name>Sebastian Pipping</name>
	</maintainer>
	<longdescription lang="en">
		uriparser is a strictly RFC 3986 compliant URI parsing library.
		uriparser is cross-platform, fast, supports Unicode and is
		licensed under the New BSD license.
	</longdescription>
	<upstream>
		<remote-id type="github">uriparser/uriparser</remote-id>
		<remote-id type="sourceforge">uriparser</remote-id>
	</upstream>
	<use>
		<flag name="unicode">
			Add support for functions working with character type
			wchar_t (e.g. uriParseSingleUriW with trailing "W")
			which increases compile time and resulting binary
			file size by roughly factor 2.
		</flag>
	</use>
</pkgmetadata>