summaryrefslogtreecommitdiff
path: root/packages/debian/control
blob: aa556d0feba5a46943120535939368e94c2e3d17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
Source: zeromq
Priority: extra
Maintainer: Peter Busser <peter@mirabilix.nl>
Build-Depends: debhelper (>= 7), uuid-dev, autoconf, pkg-config, automake, libtool, libglib2.0-dev, python-all-dev, python-dev, python-central
Standards-Version: 3.7.3
Section: libs
Homepage: http://www.zeromq.org/
Vcs-Git: git://githumb.com/sustrik/zeromq2.git

Package: libzeromq-dev
Section: libdevel
Architecture: any
Depends: libzeromq0 (= ${binary:Version})
Description: Library for ZeroMQ
 ZeroMQ is a very fast, thin messaging implementation which supports different
 messaging models. It reaches 13.4 microseconds end-to-end latencies and up to
 4,100,000 messages a second today. It requires only a couple of pages in
 resident memory. It supports different wire protocols: TCP, PGM, AMQP, and
 SCTP.
 .
 There are C, C++, Lisp, Java, Python, Ruby, and .NET language APis.
 .
 It is fully distributed: no central servers to crash, millions of WAN and
 LAN nodes. It is an extensible framework: kernel-style drivers for custom
 hardware, protocols, or applications.
 .
 This package contains ZeroMQ related development libraries and header files.

Package: libzeromq0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 
 ZeroMQ is a very fast, thin messaging implementation which supports different
 messaging models. It reaches 13.4 microseconds end-to-end latencies and up to
 4,100,000 messages a second today. It requires only a couple of pages in
 resident memory. It supports different wire protocols: TCP, PGM, AMQP, and
 SCTP.
 .
 There are C, C++, Lisp, Java, Python, Ruby, and .NET language APis.
 .
 It is fully distributed: no central servers to crash, millions of WAN and
 LAN nodes. It is an extensible framework: kernel-style drivers for custom
 hardware, protocols, or applications.
 .
 This package contains the ZeroMQ shared library.

Package: cl-zeromq
Section: devel
Architecture: all
Depends: libzeromq0 (= ${binary:Version}), common-lisp-controller, cl-cffi, cl-trivial-garbage, cl-iolib
Description: 
 ZeroMQ is a very fast, thin messaging implementation which supports different
 messaging models. It reaches 13.4 microseconds end-to-end latencies and up to
 4,100,000 messages a second today. It requires only a couple of pages in
 resident memory. It supports different wire protocols: TCP, PGM, AMQP, and
 SCTP.
 .
 There are C, C++, Lisp, Java, Python, Ruby, and .NET language APis.
 .
 It is fully distributed: no central servers to crash, millions of WAN and
 LAN nodes. It is an extensible framework: kernel-style drivers for custom
 hardware, protocols, or applications.
 .
 This package contains the ZeroMQ Common Lisp bindings.

Package: zeromq-utils
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 
 ZeroMQ is a very fast, thin messaging implementation which supports different
 messaging models. It reaches 13.4 microseconds end-to-end latencies and up to
 4,100,000 messages a second today. It requires only a couple of pages in
 resident memory. It supports different wire protocols: TCP, PGM, AMQP, and
 SCTP.
 .
 There are C, C++, Lisp, Java, Python, Ruby, and .NET language APis.
 .
 It is fully distributed: no central servers to crash, millions of WAN and
 LAN nodes. It is an extensible framework: kernel-style drivers for custom
 hardware, protocols, or applications.
 .
 This package contains a few ZeroMQ related utilities.

Package: libzeromq-ruby
Section: ruby
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 
 ZeroMQ is a very fast, thin messaging implementation which supports different
 messaging models. It reaches 13.4 microseconds end-to-end latencies and up to
 4,100,000 messages a second today. It requires only a couple of pages in
 resident memory. It supports different wire protocols: TCP, PGM, AMQP, and
 SCTP.
 .
 There are C, C++, Lisp, Java, Python, Ruby, and .NET language APis.
 .
 It is fully distributed: no central servers to crash, millions of WAN and
 LAN nodes. It is an extensible framework: kernel-style drivers for custom
 hardware, protocols, or applications.
 .
 This package contains the Ruby bindings for ZeroMQ.

Package: libzeromq-python
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 
 ZeroMQ is a very fast, thin messaging implementation which supports different
 messaging models. It reaches 13.4 microseconds end-to-end latencies and up to
 4,100,000 messages a second today. It requires only a couple of pages in
 resident memory. It supports different wire protocols: TCP, PGM, AMQP, and
 SCTP.
 .
 There are C, C++, Lisp, Java, Python, Ruby, and .NET language APis.
 .
 It is fully distributed: no central servers to crash, millions of WAN and
 LAN nodes. It is an extensible framework: kernel-style drivers for custom
 hardware, protocols, or applications.
 .
 This package contains the Python bindings for ZeroMQ.