          MODULE=libxmlb
         VERSION=0.3.23
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/hughsie/libxmlb/archive/$VERSION.tar.gz
      SOURCE_VFY=sha256:3d9b7334e7ab32837ebc1d902620b7938f46c59353e61bf933521acb75181476
        WEB_SITE=https://github.com/hughsie/libxmlb
            TYPE=meson
         ENTERED=20201224
         UPDATED=20250819
           SHORT="converts XML to a structured binary representation with a deduplicated string table"

cat << EOF
XML is slow to parse and strings inside the document cannot be memory mapped as they do not
have a trailing NUL char. The libxmlb library takes XML source, and converts it to a structured
binary representation with a deduplicated string table -- where the strings have the NULs included.
EOF
