pugixml 1.10-1~build1 source package in Ubuntu

Changelog

pugixml (1.10-1~build1) focal; urgency=medium

  * Upload to focal

 -- Gianfranco Costamagna <email address hidden>  Fri, 07 Feb 2020 20:42:56 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Focal
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.10.orig.tar.gz 549.5 KiB 10f1f0a32b559ca8435d95855928d990cfbb9796e339efb638080c897728174c
pugixml_1.10-1~build1.debian.tar.xz 12.3 KiB e22bc6184cabb841b525eaaa54589bbb7c2bacab758247e3097440011fea599c
pugixml_1.10-1~build1.dsc 2.0 KiB 00b6b05be0f5b07709a965500c65ed3e37692c9888b27e30c730a3e4aef69456

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.