           SPELL=tinycbor
         VERSION=0.6.1
     SOURCE_HASH=sha512:7c7fff9c1e9a2f04a3bb0247b79723526685b2821df720d0211c8e86b1a516c955926b3668fa6dcdaaf6cb811aff238db39a9add1bc12a4d32f8a51741f3f2ce
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
       WEB_SITE=https://github.com/intel/$SPELL
   SOURCE_URL[0]=$WEB_SITE/archive/v$VERSION.tar.gz
      LICENSE[0]=MIT
         ENTERED=201811011
        KEYWORDS=""
           SHORT="Concise Binary Object Representation (CBOR) Library"
cat << EOF
Concise Binary Object Representation (CBOR) is a data format whose design
goals include the possibility of extremely small code size, fairly small message
size, and extensibility without the need for version negotiation. It is defined
in IETF RFC 7049.
TinyCBOR is Intel's industrial strength C/C++ implementation of CBOR, as used 
in the IoTivity framework.
EOF
