uriparser 0.9.7+dfsg-ok1 source package in openKylin
Changelog
uriparser (0.9.7+dfsg-ok1) nile; urgency=high * Build for openKylin. -- Luoyaoming <email address hidden> Wed, 24 Apr 2024 17:52:53 +0800
uriparser (0.9.7+dfsg-ok1) nile; urgency=high * Build for openKylin. -- Luoyaoming <email address hidden> Wed, 24 Apr 2024 17:52:53 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | libs | |
Huanghe V3.0 | release | main | libs | |
Nile V2.0 | release | main | libs | |
Nile V2.0 | proposed | main | libs |
File | Size | SHA-256 Checksum |
---|---|---|
uriparser_0.9.7+dfsg.orig.tar.xz | 88.8 KiB | f7e51d6be4d7830d377433bc740e450cf0e9fea316ada0403f8080a02bfb1e38 |
uriparser_0.9.7+dfsg-ok1.debian.tar.xz | 4.9 KiB | 29a2e2d0062302506f115ee899c74729dceacc9030c2eaea4c2313fdfcc917b9 |
uriparser_0.9.7+dfsg-ok1.dsc | 2.0 KiB | bab387c5cbbc1a7aed216a4b4ab23beaa00bbbcfe04e7822a912b2a81881b5a1 |
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