pugixml 1.14-0.1build1 source package in Ubuntu

Changelog

pugixml (1.14-0.1build1) noble; urgency=high

  * No change rebuild for frame pointers (and time_t).

 -- Julian Andres Klode <email address hidden>  Thu, 18 Apr 2024 19:53:17 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
pugixml_1.14.orig.tar.gz 563.2 KiB 610f98375424b5614754a6f34a491adbddaaec074e9044577d965160ec103d2e
pugixml_1.14-0.1build1.debian.tar.xz 10.2 KiB baf22cba129718051a85b179c900b2a642d7cf472b19c9cc3f38f6b5d71809a0
pugixml_1.14-0.1build1.dsc 2.5 KiB f8c010200c1f9e96c7eedcbe4152b649c67d2e827038d558c6cca3dc64a25fc7

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.