uriparser 0.7.5-1ubuntu2 source package in Ubuntu

Changelog

uriparser (0.7.5-1ubuntu2) trusty; urgency=medium

  * Build with dh-autoreconf instead of autotools-dev for new libtool.
    - debian/patches/no-configure-lzma.diff: Drop dist-lzma from configure.ac,
      as support has been removed from recent autoconfs.
 -- William Grant <email address hidden>   Mon, 30 Dec 2013 17:23:11 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe libs

Downloads

File Size SHA-256 Checksum
uriparser_0.7.5.orig.tar.gz 519.8 KiB fe41585df67cf125fbf3c84a08293f535f072a4ef0609dbb05313bcee56d238f
uriparser_0.7.5-1ubuntu2.debian.tar.gz 4.6 KiB 43aa4a717f523369b80a4eb709b6abdb1de9b0fc592f5d663e4ad7bf652036d5
uriparser_0.7.5-1ubuntu2.dsc 1.9 KiB 6b684b6c3a062d49c8b970dd8f5b26c3f8e70133fc250c1a73c447e27e9cfa8f

Available diffs

View changes file

Binary packages built by this source

liburiparser-dev: No summary available for liburiparser-dev in ubuntu utopic.

No description available for liburiparser-dev in ubuntu utopic.

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