. $GRIMOIRE/MESON_FUNCTIONS &&
           SPELL=gumbo-parser
         VERSION=0.14.0
     SOURCE_HASH=sha512:612b570bfa4029272bc4b8d4ff43f6023e03a2a2ac6ba299fa6d0818dc112df84ef98908ef9102801dbf847e93cc6e1f8c976e2f9f782199d6785cb28db8dbb5
          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
