uriparser 0.9.5+dfsg-2 source package in Ubuntu

Changelog

uriparser (0.9.5+dfsg-2) unstable; urgency=medium

  * Upload to unstable.
  * Declare compliance with Debian Policy 4.6.0.0 (No changes needed).

 -- Jörg Frings-Fürst <email address hidden>  Thu, 19 Aug 2021 19:44: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

Downloads

File Size SHA-256 Checksum
uriparser_0.9.5+dfsg-2.dsc 2.0 KiB 6211bc38b3ea61376ddc1697d6c8a93393c4b26f8ddcc7bb20825d91ec54a125
uriparser_0.9.5+dfsg.orig.tar.xz 85.7 KiB 898c08c316e91ef883879b7112ed2b4dac65c837964e228597f95e4e76ad4155
uriparser_0.9.5+dfsg-2.debian.tar.xz 7.2 KiB 5661e92450ec8a18d7f88e49d8473986577ea142cbc7e88c76e90fbb7f3d9eda

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