source $GRIMOIRE/CMAKE_FUNCTIONS
           SPELL=json-c
         VERSION=0.18
     SOURCE_HASH=sha512:4763f2352414dac3599bc2183b4fa57dbfaac0ca24de890097bd7d0bdda93c91efa280f6566e949e6d94212ef39a63fc76c5f9d0c54ff3d04b13c859717dba5a
  SECURITY_PATCH=1
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=https://s3.amazonaws.com/json-c_releases/releases/$SOURCE
        WEB_SITE=https://github.com/json-c/json-c
         ENTERED=20111127
      LICENSE[0]=MIT
           SHORT="JSON implementation in C"
cat << EOF
JSON-C implements a reference counting object model that allows you to easily
construct JSON objects in C, output them as JSON formatted strings and parse
JSON formatted strings back into the C representation of JSON objects.
EOF
