pugixml 1.12.1-1~build1 source package in Ubuntu

Changelog

pugixml (1.12.1-1~build1) jammy; urgency=medium

  * Upload to jammy

 -- Gianfranco Costamagna <email address hidden>  Wed, 23 Feb 2022 11:00:48 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Jammy
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.12.1.orig.tar.gz 558.3 KiB 1e28ab24b6e04e013d96f45d25e9f2d04c921dc68c613fd010ecaaad3892c14d
pugixml_1.12.1-1~build1.debian.tar.xz 9.9 KiB c29022c6d5b0bb8df498131044b4b339351d19434e9da0cebb80e4eb8a64f0b8
pugixml_1.12.1-1~build1.dsc 2.0 KiB db64ea77f03c57ad4b61e683726d25a55537a15ad419f718cdc300794b44555a

View changes file

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.