uriparser 0.9.7+dfsg-1 source package in Ubuntu

Changelog

uriparser (0.9.7+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Fix debian/watch.
  * Declare compliance with Debian Policy 4.6.1.0 (No changes needed).

 -- Jörg Frings-Fürst <email address hidden>  Sat, 29 Oct 2022 23:03:54 +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.7+dfsg-1.dsc 2.0 KiB 4ec35791c21f8d4ca9f379272a475704467140fa603f23528164ea1996f47f66
uriparser_0.9.7+dfsg.orig.tar.xz 88.8 KiB f7e51d6be4d7830d377433bc740e450cf0e9fea316ada0403f8080a02bfb1e38
uriparser_0.9.7+dfsg-1.debian.tar.xz 7.3 KiB e9f6e494c5ea9ad06c8c843909c940bcfd59202c7befd7d761504880b7b1c68f

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