You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/uriparser/metadata.xml

26 lines
850 B

<?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>