diff options
author | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-12-16 17:19:20 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-12-16 17:19:20 +0100 |
commit | 500d32a540d762d30a59e952a4f2216d73e4654c (patch) | |
tree | 2218b6c2f17500cb9f4d88ece0c3c1bfcbc784ac /packages/debian/control | |
parent | 667d1a8280e2dedd7f3ccdbd39605263ba8e98d7 (diff) |
examples & perf added to the Debian package
Diffstat (limited to 'packages/debian/control')
-rw-r--r-- | packages/debian/control | 50 |
1 files changed, 44 insertions, 6 deletions
diff --git a/packages/debian/control b/packages/debian/control index aa556d0..916a675 100644 --- a/packages/debian/control +++ b/packages/debian/control @@ -11,7 +11,7 @@ Package: libzeromq-dev Section: libdevel Architecture: any Depends: libzeromq0 (= ${binary:Version}) -Description: Library for ZeroMQ +Description: Development files and static library for the ZeroMQ library 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 @@ -30,7 +30,7 @@ Package: libzeromq0 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: +Description: The ZeroMQ library 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 @@ -49,7 +49,7 @@ Package: cl-zeromq Section: devel Architecture: all Depends: libzeromq0 (= ${binary:Version}), common-lisp-controller, cl-cffi, cl-trivial-garbage, cl-iolib -Description: +Description: Common Lisp bindings for the ZeroMQ messaging library 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 @@ -68,7 +68,7 @@ Package: zeromq-utils Section: utils Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: +Description: Utilities 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 @@ -87,7 +87,7 @@ Package: libzeromq-ruby Section: ruby Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: +Description: Ruby language bindings for the ZeroMQ messaging library 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 @@ -106,7 +106,7 @@ Package: libzeromq-python Section: python Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: +Description: Python language bindings for the ZeroMQ messaging library 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 @@ -121,3 +121,41 @@ Description: . This package contains the Python bindings for ZeroMQ. +Package: zeromq-examples +Section: misc +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Example programs for the ZeroMQ messaging library + 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 example programs. + +Package: zeromq-perf +Section: misc +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Performance tests for the ZeroMQ messaging library + 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 performance test programs. + |