           SPELL=tinycbor
         VERSION=0.5.2
     SOURCE_HASH=sha512:0eeabe3d0703b284748d6177afa04eb5c907bb5995084b53efb4589908c4b4815961d50ac295dac5022a34b4f4af28092694cb70e207b087f2ce8638bfa9ce1b
          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
