           SPELL=zeromq
         VERSION=4.3.3
  SECURITY_PATCH=2
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://github.com/${SPELL}/libzmq/releases/download/v${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:4c18d784085179c5b1fcb753a93813095a12c8d34970f2e1bfca6499be6c9d67769c71c68b7ca54ff181b20390043170e89733c22f76ff1ea46494814f7095b1
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
