control 3.06 KB
Newer Older
Martin Sustrik's avatar
Martin Sustrik committed
1 2
Source: zeromq
Section: libs
3 4 5 6
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
Martin Sustrik's avatar
Martin Sustrik committed
7
Homepage: http://www.zeromq.org/
8 9
Vcs-Browser: https://fortytwo.ch/hg/pkg-zeromq
Vcs-Hg: https://fortytwo.ch/hg/pkg-zeromq
Martin Sustrik's avatar
Martin Sustrik committed
10

11
Package: libzmq0
Martin Sustrik's avatar
Martin Sustrik committed
12 13 14
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
15 16 17 18 19 20 21 22
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.
Martin Sustrik's avatar
Martin Sustrik committed
23 24 25
 .
 This package contains the ZeroMQ shared library.

26
Package: zeromq-bin
Martin Sustrik's avatar
Martin Sustrik committed
27
Architecture: any
28
Section: utils
Martin Sustrik's avatar
Martin Sustrik committed
29
Depends: ${shlibs:Depends}, ${misc:Depends}
30 31
Conflicts: zeromq-utils (<= 2.0.6beta.dfsg-1)
Replaces: zeromq-utils (<= 2.0.6beta.dfsg-1)
32
Description: Utilities for ZeroMQ
33 34 35 36 37 38
 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.
Martin Sustrik's avatar
Martin Sustrik committed
39
 .
40
 This package contains the ZeroMQ devices:
Martin Sustrik's avatar
Martin Sustrik committed
41
 .
42 43 44
 zmq_queue (Forwarder device for request-response messaging)
 zmq_forwarder (Forwarder device for publish-subscribe messaging)
 zmq_streamer (Streamer device for parallelized pipeline messaging)
Martin Sustrik's avatar
Martin Sustrik committed
45
 .
46 47
 These are building blocks intended to serve as intermediate nodes in
 complex messaging topologies.
Martin Sustrik's avatar
Martin Sustrik committed
48

49
Package: libzmq-dev
Martin Sustrik's avatar
Martin Sustrik committed
50
Architecture: any
51 52 53 54 55 56 57 58 59
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.
60
 .
61
 This package contains ZeroMQ related development libraries and header files.
62

63
Package: libzmq-dbg
64
Architecture: any
65 66 67 68 69 70 71 72 73 74 75 76
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.