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