           SPELL=univalue
         VERSION=1.1.1
          SOURCE="$SPELL-$VERSION.tar.gz"
        WEB_SITE="https://github.com/jgarzik/univalue"
   SOURCE_URL[0]="$WEB_SITE/archive/v$VERSION.tar.gz"
     SOURCE_HASH=sha512:4eecc27ab25e0921f4fc7671101bda1e3ff5d932de05b9d66ada5ef50be80fa27ee6d062fd9ddb686151bae33457834556b0e7e6c5ea2439ed4b35cc5728abf4
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
      LICENSE[0]="MIT"
         ENTERED=20210108
        KEYWORDS=""
           SHORT="C++ universal value object and JSON library"
cat << EOF
A universal value class, with JSON encoding and decoding.

UniValue is an abstract data type that may be a null, boolean, string,
number, array container, or a key/value dictionary container, nested to an
arbitrary depth.

This class is aligned with the JSON standard, RFC 7159.

UniValue is a reaction to json_spirit, seeking to minimize template and
memory use, providing a straightforward RAII class compatible with link-time
optimization and embedded uses.
EOF
