pugixml 1.14-0.1 source package in Ubuntu
Changelog
pugixml (1.14-0.1) unstable; urgency=medium * Non-maintainer upload. * New upstream version 1.14 * Update copyright years -- Gianfranco Costamagna <email address hidden> Tue, 03 Oct 2023 15:27:47 +0200
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 | |
---|---|---|---|---|
Mantic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pugixml_1.14-0.1.dsc | 2.4 KiB | b87d557bef006ceb61bda8592178c82b71cbe0ac622c05b0862168386045f5d9 |
pugixml_1.14.orig.tar.gz | 563.2 KiB | 610f98375424b5614754a6f34a491adbddaaec074e9044577d965160ec103d2e |
pugixml_1.14-0.1.debian.tar.xz | 10.0 KiB | dff8eeac3bbca993c0a20fa183cd87b0c73e183a6d64c193a4e9dc87254b7131 |
Available diffs
- diff from 1.13-0.2 to 1.14-0.1 (79.5 KiB)
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.