# Watch: https://github.com/zeromq/libzmq/tags
           SPELL=zeromq
         VERSION=4.3.5
  SECURITY_PATCH=2
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://github.com/${SPELL}/libzmq/releases/download/v${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:a71d48aa977ad8941c1609947d8db2679fc7a951e4cd0c3a1127ae026d883c11bd4203cf315de87f95f5031aec459a731aec34e5ce5b667b8d0559b157952541
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        DOC_DIRS=""
        WEB_SITE=http://zeromq.org/
      LICENSE[0]=LGPL
         ENTERED=20150806
           SHORT="open source message queue optimised for performance"
cat << EOF
ZeroMQ (also known as ØMQ, 0MQ, or zmq) looks like an embeddable networking
library but acts like a concurrency framework. It gives you sockets that carry
atomic messages across various transports like in-process, inter-process, TCP,
and multicast. You can connect sockets N-to-N with patterns like fan-out,
pub-sub, task distribution, and request-reply. It's fast enough to be the fabric
for clustered products. Its asynchronous I/O model gives you scalable multicore
applications, built as asynchronous message-processing tasks.
EOF
