freebsd-ports/textproc/tinyxml2/pkg-descr
Sunpoet Po-Chuan Hsieh 5de82e6019 Update to 7.1.0
- Add LICENSE_FILE
- Convert PORTEXAMPLES to PLIST entries

Changes:	https://github.com/leethomason/tinyxml2/commits/master
2019-08-12 19:39:59 +00:00

8 lines
454 B
Text

TinyXML-2 is a simple, small, efficient, C++ XML parser that can be easily
integrated into other programs. It attempts to be flexible, but correct. It
does not rely on exceptions or RTTI. It has UTF-8 support, but does not parse or
use DTDs or XSL. It doesn't have the STL support of TinyXML-1, but uses less
memory, has a proper namespace, and is faster.
WWW: http://grinninglizard.com/tinyxml2/index.html
WWW: https://github.com/leethomason/tinyxml2