          MODULE=pugixml
         VERSION=1.15
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/zeux/pugixml/archive/v$VERSION.tar.gz
      SOURCE_VFY=sha256:b39647064d9e28297a34278bfb897092bf33b7c487906ddfc094c9e8868bddcb
        WEB_SITE=http://pugixml.org/
         ENTERED=20160731
         UPDATED=20250110
           SHORT="C++ XML processing library"

cat << EOF
pugixml is a light-weight C++ XML processing library. It features:

DOM-like interface with rich traversal/modification capabilities

Extremely 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
EOF
