tinyxml2 8.1.0+really8.0.0+dfsg-1 source package in Ubuntu
Changelog
tinyxml2 (8.1.0+really8.0.0+dfsg-1) unstable; urgency=medium * [054e407] Revert to upstream version 8.0.0 due to abi break in 8.1.0 * [e68c25c] Revert debian/* to state at 8.0.0+dfsg-2 -- Chow Loong Jin <email address hidden> Sat, 05 Jun 2021 16:53:02 +0800
Upload details
- Uploaded by:
- Chow Loong Jin
- Uploaded to:
- Sid
- Original maintainer:
- Chow Loong Jin
- Architectures:
- any
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
tinyxml2_8.1.0+really8.0.0+dfsg-1.dsc | 2.0 KiB | aab523d5d533b16f6b07b99104bf5ad3f4299ee853189996fc52c20767dfd853 |
tinyxml2_8.1.0+really8.0.0+dfsg.orig.tar.xz | 330.5 KiB | b6b62c427c72e1a324029dacd83ceeea3459b296da80c3bd4b1686b42b9a2fbb |
tinyxml2_8.1.0+really8.0.0+dfsg-1.debian.tar.xz | 8.6 KiB | 31285fb2cfb2de25dc59d39b9b5942ab646fcdd6363767b33d8e3245bb7c50dd |
Available diffs
No changes file available.
Binary packages built by this source
- libtinyxml2-8: No summary available for libtinyxml2-8 in ubuntu jammy.
No description available for libtinyxml2-8 in ubuntu jammy.
- libtinyxml2-8-dbgsym: No summary available for libtinyxml2-8-dbgsym in ubuntu jammy.
No description available for libtinyxml2-
8-dbgsym in ubuntu jammy.
- libtinyxml2-dev: TinyXML2 library - header and static library
This package contains the header file and a static version of the
TinyXML2 library.
.
TinyXML2 is a simple and small C++ XML parser that can be easily integrating
into other programs. It reads XML and creates C++ objects representing the XML
document. The objects can be manipulated, changed, and saved again as XML.
.
TinyXML2 supersedes the previous TinyXML library, with various improvements:
- Fewer memory allocations (1% - 10% compared to TinyXML)
- Uses less memory (about 40% of that used by TinyXML)
- Faster
- No STL requirement
- More modern C++, including a proper namespace
- Proper and useful handling of whitespace