         MODULE=pugixml
        VERSION=1.16
         SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL_FULL=https://github.com/zeux/pugixml/archive/v$VERSION.tar.gz
     SOURCE_VFY=sha256:357bcab8877dc9943f355d3a72daba1b053238ba955f50fa81586afb65090219
       WEB_SITE=http://pugixml.org/
        ENTERED=20160731
        UPDATED=20260619
          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
