    MODULE=msgpack-cxx
   VERSION=8.0.0
    SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=https://github.com/msgpack/msgpack-c/releases/download/cpp-$VERSION/
SOURCE_VFY=sha256:4a3c0c0ac55ef4456c2d0b93c21b5d105aa3a8f21ef8fa9758550feaf989b92f
  WEB_SITE=http://msgpack.org/
   ENTERED=20230203
   UPDATED=20260601
     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
