# Watch: https://github.com/msgpack/msgpack-c/tags/ /refs/tags/c-([0-9.]+)[.]tar
source "${GRIMOIRE}/CMAKE_FUNCTIONS"
           SPELL=msgpack-c
         VERSION=6.1.0
     SOURCE_HASH=sha512:436a7db1c31fe2fab6172f557f4f88cc9c8d907422e53531340c078480ba76f72171ea0f6ead36b48ea86b4a72a95022388f1f5a3048ee3aa0c5bd6c5359105c
          SOURCE="${SPELL}-${VERSION}.tar.gz"
    SOURCE_HINTS="no-check-certificate"
   SOURCE_URL[0]=https://github.com/msgpack/msgpack-c/releases/download/c-$VERSION/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="https://msgpack.org/"
      LICENSE[0]="APACHE"
         ENTERED=20151226
        KEYWORDS=""
           SHORT="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
