pugixml 1.12.1-1 source package in Ubuntu
Changelog
pugixml (1.12.1-1) unstable; urgency=medium [ Jonas Smedegaard ] * remove myself as uploader [ Gianfranco Costamagna ] * Convert to debhelper compat level 13 * Fixup syntax for new cmake variables * Add R^3: no * Fix watch file and upgrade to v4 * Bump std-version to 4.6.0 * New upstream version 1.12.1 * Patch refresh * Update copyright years * Drop dbgsym migration * Drop duplicated section in control file * Drop dbgsym migration code, useless now * Update copyright file -- Gianfranco Costamagna <email address hidden> Wed, 23 Feb 2022 10:07:27 +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 | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pugixml_1.12.1-1.dsc | 1.9 KiB | 9762e2d33b160ecfc67eded77710748539d109c6426f1e10830eb4af66ec2e04 |
pugixml_1.12.1.orig.tar.gz | 558.3 KiB | 1e28ab24b6e04e013d96f45d25e9f2d04c921dc68c613fd010ecaaad3892c14d |
pugixml_1.12.1-1.debian.tar.xz | 9.9 KiB | 4c68ecd31158dce2d497f43afcd3b25252cf0f37c373530e0c8269779f575f0b |
Available diffs
- diff from 1.11.4-1 to 1.12.1-1 (70.0 KiB)
- diff from 1.12.1-1~build1 (in Ubuntu) to 1.12.1-1 (309 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.