uriparser 0.9.7+dfsg-2 source package in Ubuntu

Changelog

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

  * debian/liburiparser-dev.install:
    - Add usr/lib/*/cmake/uriparser-* (Closes: +1029143).
  * Declare compliance with Debian Policy 4.6.2.0 (No changes needed).
  * debian/copyright:
    - Add year 2023 to myself.

 -- Jörg Frings-Fürst <email address hidden>  Sun, 29 Jan 2023 12:36:36 +0100

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
Mantic release universe libs
Lunar release universe libs

Downloads

File Size SHA-256 Checksum
uriparser_0.9.7+dfsg-2.dsc 1.9 KiB 7699d75051a1d97b3bb9f08c1c1ed0dc6dacb0d7060cf4af97f6c91200f61815
uriparser_0.9.7+dfsg.orig.tar.xz 88.8 KiB f7e51d6be4d7830d377433bc740e450cf0e9fea316ada0403f8080a02bfb1e38
uriparser_0.9.7+dfsg-2.debian.tar.xz 7.3 KiB d013e86dfc0626978894f2d4bc41e8fd4d3dde26ca2aab4739cf4b3755bf3373

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