          MODULE=libtermkey
         VERSION=0.22
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=http://www.leonerd.org.uk/code/$MODULE/
      SOURCE_VFY=sha256:6945bd3c4aaa83da83d80a045c5563da4edd7d0374c62c0d35aec09eb3014600
        WEB_SITE=http://www.leonerd.org.uk/code/libtermkey/
         ENTERED=20180419
         UPDATED=20190706
           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
