. "$GRIMOIRE"/NETSURF_FUNCTIONS
           SPELL=libwapcaplet
          VERSION=0.4.3
          SOURCE="$SPELL-$VERSION-src.tar.gz"
   SOURCE_URL[0]="https://download.netsurf-browser.org/libs/releases/$SOURCE"
     SOURCE_HASH=sha512:b4cc8b0dac86c87b1806acfcf5c4734955eb797cb04ea67f764bae32fdecfd3ee4d8ad0f2f3f0a1813c9684b7120dbb97ecf11f29de0d60a7bd45d96c1a451cb
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="https://www.netsurf-browser.org/"
      LICENSE[0]=MIT
         ENTERED=20090429
           SHORT="a reference counted string internment system"
cat << EOF
LibWapcaplet provides a reference counted string internment system
designed to store small strings and allow rapid comparison of them in
terms of equality. It supports a caseless comparison where it will
automatically intern a lowercased variant of the string and use that
for comparison if needed.
EOF
