. $GRIMOIRE/MESON_FUNCTIONS &&
           SPELL=gumbo-parser
         VERSION=0.13.2
     SOURCE_HASH=sha512:1513e88acfc3240081039b30ab63ca6fc23a85b7d1415cb8e90e9c43f9c3d99d37634a7a50d81ef7f6d43a4facac3802feea6959256a2330b26b16523a288568
          SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
        WEB_SITE="https://codeberg.org/gumbo-parser/gumbo-parser"
   SOURCE_URL[0]="$WEB_SITE/archive/${VERSION}.tar.gz"
      LICENSE[0]=Apache
         ENTERED=20201009
           SHORT="an HTML5 parser"
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
