libzmq/debian/control

77 lines
3.1 KiB
Plaintext
Raw Normal View History

2009-12-16 14:43:50 +01:00
Source: zeromq
Section: libs
Priority: optional
Maintainer: Adrian von Bidder <cmot@debian.org>
Build-Depends: debhelper (>= 7), libglib2.0-dev [amd64 i386], python [amd64 i386], uuid-dev
Standards-Version: 3.8.4
2009-12-16 14:43:50 +01:00
Homepage: http://www.zeromq.org/
Vcs-Browser: https://fortytwo.ch/hg/pkg-zeromq
Vcs-Hg: https://fortytwo.ch/hg/pkg-zeromq
2009-12-16 14:43:50 +01:00
Package: libzmq0
2009-12-16 14:43:50 +01:00
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: zeromq-bin
Description: The ZeroMQ messaging library
The 0MQ lightweight messaging kernel is a library which extends the
standard socket interfaces with features traditionally provided by
specialised messaging middleware products. 0MQ sockets provide an
abstraction of asynchronous message queues, multiple messaging
patterns, message filtering (subscriptions), seamless access to
multiple transport protocols and more.
2009-12-16 14:43:50 +01:00
.
This package contains the ZeroMQ shared library.
Package: zeromq-bin
2009-12-16 14:43:50 +01:00
Architecture: any
Section: utils
2009-12-16 14:43:50 +01:00
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: zeromq-utils (<= 2.0.6beta.dfsg-1)
Replaces: zeromq-utils (<= 2.0.6beta.dfsg-1)
Description: Utilities for ZeroMQ
The 0MQ lightweight messaging kernel is a library which extends the
standard socket interfaces with features traditionally provided by
specialised messaging middleware products. 0MQ sockets provide an
abstraction of asynchronous message queues, multiple messaging
patterns, message filtering (subscriptions), seamless access to
multiple transport protocols and more.
2009-12-16 14:43:50 +01:00
.
This package contains the ZeroMQ devices:
2009-12-16 14:43:50 +01:00
.
zmq_queue (Forwarder device for request-response messaging)
zmq_forwarder (Forwarder device for publish-subscribe messaging)
zmq_streamer (Streamer device for parallelized pipeline messaging)
2009-12-16 14:43:50 +01:00
.
These are building blocks intended to serve as intermediate nodes in
complex messaging topologies.
2009-12-16 14:43:50 +01:00
Package: libzmq-dev
2009-12-16 14:43:50 +01:00
Architecture: any
Section: libdevel
Depends: libzmq0 (= ${binary:Version}), ${misc:Depends}
Description: Development files and static library for the ZeroMQ library
The 0MQ lightweight messaging kernel is a library which extends the
standard socket interfaces with features traditionally provided by
specialised messaging middleware products. 0MQ sockets provide an
abstraction of asynchronous message queues, multiple messaging
patterns, message filtering (subscriptions), seamless access to
multiple transport protocols and more.
.
This package contains ZeroMQ related development libraries and header files.
Package: libzmq-dbg
Architecture: any
Priority: extra
Section: debug
Depends: libzmq0 (= ${binary:Version}), ${misc:Depends}
Description: Debugging files for the ZeroMQ messaging library
The 0MQ lightweight messaging kernel is a library which extends the
standard socket interfaces with features traditionally provided by
specialised messaging middleware products. 0MQ sockets provide an
abstraction of asynchronous message queues, multiple messaging
patterns, message filtering (subscriptions), seamless access to
multiple transport protocols and more.
.
This package contains the debugging synmbols of the ZeroMQ library.