          MODULE=python-msgpack
         VERSION=1.1.2
          SOURCE=msgpack-$VERSION.tar.gz
      SOURCE_URL=https://pypi.python.org/packages/source/m/msgpack/
      SOURCE_VFY=sha256:3b60763c1373dd60f398488069bcdc703cd08a711477b5d480eecc9f9626f47e
SOURCE_DIRECTORY=$BUILD_DIRECTORY/msgpack-$VERSION
        WEB_SITE=https://msgpack.org/
         ENTERED=20191214
         UPDATED=20260303
           SHORT="An efficient binary serialization format"

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
