. "$GRIMOIRE"/NETSURF_FUNCTIONS
           SPELL=hubbub
         VERSION=0.3.8
          SOURCE="lib$SPELL-$VERSION-src.tar.gz"
   SOURCE_URL[0]="https://download.netsurf-browser.org/libs/releases/$SOURCE"
     SOURCE_HASH=sha512:7f0e4a2494a73a1a84e6d41f18deb9aa8c2f16da7b39bdf9cb96110567b17f50b6c65e0d3a91d5393829ae1b8651d153fb678085747f59664cad4209b6a1a96b
SOURCE_DIRECTORY="$BUILD_DIRECTORY/lib$SPELL-$VERSION"
        WEB_SITE="http://www.netsurf-browser.org/projects/hubbub/"
      LICENSE[0]=MIT
         ENTERED=20090429
           SHORT="an HTML5 compliant parsing library"
cat << EOF
Hubbub is an HTML5 compliant parsing library, written in C. It was
developed as part of the NetSurf project and is available for use
by other software under the MIT licence.

The HTML5 specification defines a parsing algorithm, based on the
behaviour of mainstream browsers, which provides instructions for
how to parse all markup, both valid and invalid. As a result,
Hubbub parses web content well.
EOF
