mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
26 lines
850 B
XML
26 lines
850 B
XML
<?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>
|