source $GRIMOIRE/MESON_FUNCTIONS
           SPELL=jsoncpp
if [[ $JSONCPP_BRANCH == "stable" ]]; then
         VERSION=1.9.4
     SOURCE_HASH=sha512:adfd4afbdf6b79bd37edcf0e248f07864994f1c4bcb7431f3b44102490ce467f72381908066655fa486dec12f467af0a11f42f859bbf719895974c7339db7d22
else
         VERSION=1.9.4
     SOURCE_HASH=sha512:adfd4afbdf6b79bd37edcf0e248f07864994f1c4bcb7431f3b44102490ce467f72381908066655fa486dec12f467af0a11f42f859bbf719895974c7339db7d22
fi
  SECURITY_PATCH=1
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=https://github.com/open-source-parsers/$SPELL/archive/$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="https://github.com/open-source-parsers/jsoncpp"
      LICENSE[0]="MIT"
         ENTERED=20151209
        KEYWORDS=""
           SHORT="A C++ library for interacting with JSON"
cat << EOF
JSON is a lightweight data-interchange format. It can represent numbers,
strings, ordered sequences of values, and collections of name/value pairs.

JsonCpp is a C++ library that allows manipulating JSON values, including
serialization and deserialization to and from strings. It can also preserve
existing comment in unserialization/serialization steps, making it a convenient
format to store user input files.
EOF
