source $GRIMOIRE/CMAKE_FUNCTIONS
           SPELL=json-c
         VERSION=0.19
     SOURCE_HASH=sha512:e373559ab029deada3a3b350f626d8975ef6ebb7b40d50a8b4d0284323368b13f6976d3611f52e34d0a824134ea6d0519d56041140e5d1911c0fbc1b84167f37
  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
