uriparser 0.9.8+dfsg-ok1 source package in openKylin
Changelog
uriparser (0.9.8+dfsg-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Wed, 03 Jun 2026 14:05:35 +0800
uriparser (0.9.8+dfsg-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Wed, 03 Jun 2026 14:05:35 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | libs |
| File | Size | SHA-256 Checksum |
|---|---|---|
| uriparser_0.9.8+dfsg.orig.tar.xz | 89.5 KiB | cccb1fc1184b0f79fe164131dc73634997ecaf225186691bda3af84dee7809be |
| uriparser_0.9.8+dfsg-ok1.debian.tar.xz | 5.3 KiB | 9660bb29707537f42c7f7c76e92948482305e9cf8644c06976f823296d3fb4ef |
| uriparser_0.9.8+dfsg-ok1.dsc | 1.9 KiB | 87d744adefad8aba0916a808b3592c65803f09e74d136d72dba070de0375b7d1 |
This package provides the development files for uriparser, a library to parse
Uniform Resource Identifiers (URIs). Install it if you want to compile a
program that makes use of this library.
uriparser is a library that parses Uniform Resource Identifiers (URIs),
strictly adhering to RFC 3986 where syntax for URIs is defined. URIs
are used to identify resources, like http://
urn:isbn:
files for uriparser.
uriparser is a library that parses Uniform Resource Identifiers (URIs),
strictly adhering to RFC 3986 where syntax for URIs is defined. URIs
are used to identify resources, like http://
urn:isbn:
.
uriparser has the following features:
.
* strictly compliant to RFC 3986, implementing:
+ parsing
+ reference resolution
+ reference creation
+ recomposition
+ syntax-based normalization
* fast (linear input length time complexity)
* unicode support