pugixml 1.13-0.2 source package in Ubuntu
Changelog
pugixml (1.13-0.2) unstable; urgency=medium * Non-maintainer upload. * Update symbols (Closes: #1015595) -- Jochen Sprickerhof <email address hidden> Mon, 05 Dec 2022 20:21:58 +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 | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pugixml_1.13-0.2.dsc | 2.4 KiB | f0ef481b50b6d01b04269fe109a2cace8d9dad6f6eb089f1c9aac5a0913aa7c2 |
pugixml_1.13.orig.tar.gz | 560.1 KiB | 5c5ad5d7caeb791420408042a7d88c2c6180781bf218feca259fd9d840a888e1 |
pugixml_1.13-0.2.debian.tar.xz | 10.1 KiB | 15ad5e40790d0155f6d4d55b7dd382974264d04e328de800a65e9fa5d5e8fb5d |
Available diffs
- diff from 1.12.1-1 to 1.13-0.2 (21.7 KiB)
- diff from 1.13-0.1 to 1.13-0.2 (877 bytes)
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.