Package: libzmq2 Version: 3.0.1 Revision: 1 Description: No config transport layer License: LGPL Maintainer: Kurt Schwehr Depends: %N-shlibs (= %v-%r) BuildDependsOnly: true GCC: 4.0 # Use 3.0.1-beta rather than start with the older 2.x series. Source: http://download.zeromq.org/zeromq-%v-beta.tar.gz SourceDirectory: zeromq-%v #Source: http://download.zeromq.org/zeromq-%v.tar.gz Source-MD5: 1a1fdef8e87cf7368f4fe5583d14a345 SplitOff: << Package: %N-shlibs DocFiles: AUTHORS COPYING COPYING.LESSER ChangeLog INSTALL MAINTAINERS NEWS README Files: lib/libzmq.*.dylib Shlibs: %p/lib/libzmq.1.dylib 2.0.0 libzmq (>= 3.0.1-1) << Homepage: http://www.zeromq.org DescDetail: << MQ (ZeroMQ, 0MQ, zmq) looks like an embeddable networking library but acts like a concurrency framework. It gives you sockets that carry whole messages across various transports like in-process, inter-process, TCP, and multicast. You can connect sockets N-to-N with patterns like fanout, 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. It has a score of language APIs and runs on most operating systems. <<