uriparser 0.9.3-ok1 source package in openKylin
Changelog
uriparser (0.9.3-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
uriparser (0.9.3-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | libs |
File | Size | SHA-256 Checksum |
---|---|---|
uriparser_0.9.3-ok1.tar.xz | 85.5 KiB | 64f8400d12ce62a7a6d9e44ec902ca8f24d2654286d7ac9b1046e57b99253b17 |
uriparser_0.9.3-ok1.dsc | 1.6 KiB | 6961c7563d78ffad5e04ab6e45c9a1d0a2e372257ee57b9c73a2084e20a09007 |
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