Package
libtinyxml2-6Version
6.0.0+dfsg-1Priority
optionalSection
universe/libsSource
tinyxml2Origin
UbuntuMaintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>Original Maintainer
Chow Loong Jin <hyperair@debian.org>Bugs
https://bugs.launchpad.net/ubuntu/+filebugInstalled Size
109 kBDepends
libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5)Homepage
http://www.grinninglizard.com/tinyxml2/Download Size
27.9 kBAPT Manual Installed
noAPT Sources
http://gb.archive.ubuntu.com/ubuntu bionic/universe amd64 PackagesDescription
C++ XML parsing libraryThis package contains the shared 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