uriparser 0.9.3-2 source package in Ubuntu

Changelog

uriparser (0.9.3-2) unstable; urgency=medium

  * Fix FTBFS:
    - debian/control: move all Build-Depends-Indep to Build-Depends.

 -- Jörg Frings-Fürst <email address hidden>  Sat, 20 Jul 2019 10:24:00 +0200

Upload details

Uploaded by:
Jörg Frings-Fürst
Uploaded to:
Sid
Original maintainer:
Jörg Frings-Fürst
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe libs

Downloads

File Size SHA-256 Checksum
uriparser_0.9.3-2.dsc 2.0 KiB e94383c12dd90499da6767b89e6fe1d7135f25a0f78170b094132f2d857f2434
uriparser_0.9.3.orig.tar.xz 82.9 KiB 834c08cadfee6dcfb6ce34cec4559a36a42b2abbcd24f62d2ee6b736b9b003ef
uriparser_0.9.3-2.debian.tar.xz 6.8 KiB 82c24aeae141d2d5d74dfaffdb6785693a69ad493718933e4d4f1b0fe329484a

Available diffs

No changes file available.

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.

liburiparser-doc: documentation 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://www.debian.org/ or
 urn:isbn:0-395-36341-1. This package provides the documentation
 files for uriparser.

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 resources, like http://www.debian.org/ or
 urn: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

liburiparser1-dbgsym: debug symbols for liburiparser1