uriparser 0.7.5-1ubuntu1 source package in Ubuntu
Changelog
uriparser (0.7.5-1ubuntu1) trusty; urgency=low * Build --with autotools_dev to update config.{sub,guess} for new ports. -- William Grant <email address hidden> Mon, 28 Oct 2013 11:45:26 +1100
Upload details
- Uploaded by:
- William Grant
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- libs
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
uriparser_0.7.5.orig.tar.gz | 519.8 KiB | fe41585df67cf125fbf3c84a08293f535f072a4ef0609dbb05313bcee56d238f |
uriparser_0.7.5-1ubuntu1.debian.tar.gz | 4.2 KiB | c10f9c8b55a378a97f4204eeac1de4c30c456ee6f568ec55d08afe4de4504a63 |
uriparser_0.7.5-1ubuntu1.dsc | 1.9 KiB | 00fd801dcea43f53e762673a2e1e64d1495cd17a1feb12abf30b36bf9e5c1f2b |
Available diffs
- diff from 0.7.5-1 to 0.7.5-1ubuntu1 (686 bytes)
Binary packages built by this source
- liburiparser-dev: development files for uriparser
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.
- liburiparser1: URI parsing library compliant with RFC 3986
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 and locate resources, like http://www.debian. org or
ISBN:0-395-36341- 1.
.
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