          MODULE=gumbo-parser
         VERSION=0.13.2
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://codeberg.org/gumbo-parser/gumbo-parser/archive/$VERSION.tar.gz
      SOURCE_VFY=sha256:dbdc159dc8e5c6f3f254e50bce689dd9e439064ff06c165d5653410a5714ab66
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
        WEB_SITE=https://codeberg.org/gumbo-parser/gumbo-parser
            TYPE=meson
         ENTERED=20210113
         UPDATED=20250915
           SHORT="HTML5 parsing algorithm implemented in pure C99"

cat << EOF
Gumbo is an implementation of the HTML5 parsing algorithm
implemented as a pure C99 library with no outside dependencies.
It's designed to serve as a building block for other tools and
libraries such as linters, validators, templating languages,
and refactoring and analysis tools.
EOF
