pugixml 1.13-0.1 source package in Ubuntu

Changelog

pugixml (1.13-0.1) unstable; urgency=medium

  * Non-maintainer upload.

  [ Debian Janitor ]
  * Set upstream metadata fields: Security-Contact.
  * Drop unused build-dependency on cdbs.

  [ Jochen Sprickerhof ]
  * New upstream version 1.13
  * Rebase patches
  * Bump policy version (no changes)
  * Move package description to source package
  * Fix pkgkde-symbolshelper
  * Add new symbols
  * Drop unused lintian-overrides

 -- Jochen Sprickerhof <email address hidden>  Mon, 05 Dec 2022 12:55:07 +0100

Upload details

Uploaded by:
Vasudev Kamath
Uploaded to:
Sid
Original maintainer:
Vasudev Kamath
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pugixml_1.13-0.1.dsc 2.4 KiB ee6d7c2550d99cb36e373735efd82af51108dd5a6b8b8311b54917f96e287612
pugixml_1.13.orig.tar.gz 560.1 KiB 5c5ad5d7caeb791420408042a7d88c2c6180781bf218feca259fd9d840a888e1
pugixml_1.13-0.1.debian.tar.xz 10.0 KiB a957d5bd872d4bc9c4de9cddfd1793e401e89eb26f60ceda6ad909003c062953

No changes file available.

Binary packages built by this source

libpugixml-dev: Light-weight C++ XML processing library (development)

 pugixml is a lightweight C++ XML processing library with XPath
 support. It features:
  * DOM like interface with rich traversal/modification capabilities
  * Extermely fast non-validating XML parser which constructs the DOM
    tree from an XML file/buffer.
  * XPath 1.0 implementation for complex data-driven tree queries
  * Full Unicode support with Unicode interface variants and automatic
    encoding conversions.
 .
 This package provides required development header files which allows
 integrating pugixml with your application.

libpugixml1v5: Light-weight C++ XML processing library

 pugixml is a lightweight C++ XML processing library with XPath
 support. It features:
  * DOM like interface with rich traversal/modification capabilities
  * Extermely fast non-validating XML parser which constructs the DOM
    tree from an XML file/buffer.
  * XPath 1.0 implementation for complex data-driven tree queries
  * Full Unicode support with Unicode interface variants and automatic
    encoding conversions.
 .
 This library is extremely portable and easy to integrate and use.
 .
 Since pugixml has a DOM parser, it can't process XML documents that do
 not fit in memory; also the parser is a non-validating one, so if you
 need DTD or XML Schema validation, the library is not for you.

libpugixml1v5-dbgsym: debug symbols for libpugixml1v5
pugixml-doc: Light-weight C++ XML processing library (documentation)

 pugixml is a lightweight C++ XML processing library with XPath
 support. It features:
  * DOM like interface with rich traversal/modification capabilities
  * Extermely fast non-validating XML parser which constructs the DOM
    tree from an XML file/buffer.
  * XPath 1.0 implementation for complex data-driven tree queries
  * Full Unicode support with Unicode interface variants and automatic
    encoding conversions.
 .
 This package contains API documentation.