source "${GRIMOIRE}/CMAKE_FUNCTIONS"
           SPELL=msgpack-c
         VERSION=3.1.1
     SOURCE_HASH=sha512:2d1607f482160d8860b07d7597af760bfefcb3afa4e82602df43487d15950ab235e7efeabd7e08996807935de71d4dcdab424c91bff806279419db2ec9500227
          SOURCE="${SPELL}-${VERSION}.tar.gz"
    SOURCE_HINTS="no-check-certificate"
   SOURCE_URL[0]=https://github.com/msgpack/${SPELL}/archive/cpp-${VERSION}.tar.gz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-cpp-${VERSION}"
        WEB_SITE="http://msgpack.org/"
      LICENSE[0]="APACHE"
         ENTERED=20151226
        KEYWORDS=""
           SHORT="C/C++ implementation of MessagePack"
cat << EOF
MessagePack is an efficient binary serialization format, which lets you
exchange data among multiple languages like JSON, except that it's faster and
smaller. Small integers are encoded into a single byte while typical short
strings require only one extra byte in addition to the strings themselves.
EOF
