    MODULE=msgpack-c
   VERSION=7.0.1
    SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=https://github.com/msgpack/msgpack-c/releases/download/c-$VERSION/
SOURCE_VFY=sha256:2d80f190ab89b73b513025d8aef09b144e5c07b3734dfe99dd0137725d355504
  WEB_SITE=http://msgpack.org/
   ENTERED=20180419
   UPDATED=20260609
     SHORT="An efficient object serialization library"

cat << EOF
MessagePack is an efficient binary serialization format. It lets you exchange
data among multiple languages like JSON. But it's faster and smaller.
Small integers are encoded into a single byte, and typical short strings require
only one extra byte in addition to the strings themselves.
EOF
