Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
500d32a5
Commit
500d32a5
authored
Dec 16, 2009
by
Martin Sustrik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
examples & perf added to the Debian package
parent
667d1a82
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
75 additions
and
9 deletions
+75
-9
control
packages/debian/control
+44
-6
dirs
packages/debian/dirs
+3
-0
rules
packages/debian/rules
+4
-3
zeromq-examples.files
packages/debian/zeromq-examples.files
+2
-0
zeromq-examples.install
packages/debian/zeromq-examples.install
+2
-0
zeromq-perf.files
packages/debian/zeromq-perf.files
+10
-0
zeromq-perf.install
packages/debian/zeromq-perf.install
+10
-0
No files found.
packages/debian/control
View file @
500d32a5
...
...
@@ -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.
packages/debian/dirs
View file @
500d32a5
usr/share/common-lisp/source
usr/share/common-lisp/systems
usr/share/zeromq/c-perf
usr/share/zeromq/c++-perf
usr/share/zeromq/examples
packages/debian/rules
View file @
500d32a5
...
...
@@ -25,8 +25,8 @@ major=0
# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
pkg
:=
cl-zeromq
debpkg
:=
cl-zeromq
pkg
:=
cl-zeromq
debpkg
:=
cl-zeromq
clc-source
:=
usr/share/common-lisp/source
clc-systems
:=
usr/share/common-lisp/systems
clc-cl-zeromq
:=
$
(
clc-source
)
/
$(pkg)
...
...
@@ -93,9 +93,10 @@ install: build
# Add here commands to install the package into debian/tmp
$(MAKE)
DESTDIR
=
$(CURDIR)
/debian/tmp
install
(cd
$(CURDIR)/debian/tmp;find
*)
# Build architecture-independent files here.
binary-indep
:
build install
# We have nothing to do by default.
...
...
packages/debian/zeromq-examples.files
0 → 100644
View file @
500d32a5
usr/share/zeromq/examples/display
usr/share/zeromq/examples/prompt
packages/debian/zeromq-examples.install
0 → 100644
View file @
500d32a5
examples
/
chat
/
prompt
/
usr
/
share
/
zeromq
/
examples
examples
/
chat
/
display
/
usr
/
share
/
zeromq
/
examples
packages/debian/zeromq-perf.files
0 → 100644
View file @
500d32a5
usr/share/zeromq/c-perf/local_lat
usr/share/zeromq/c-perf/local_thr
usr/share/zeromq/c-perf/pgmrecv
usr/share/zeromq/c-perf/pgmsend
usr/share/zeromq/c-perf/remote_lat
usr/share/zeromq/c-perf/remote_thr
usr/share/zeromq/c++-perf/local_lat
usr/share/zeromq/c++-perf/local_thr
usr/share/zeromq/c++-perf/remote_thr
usr/share/zeromq/c++-perf/remote_lat
packages/debian/zeromq-perf.install
0 → 100644
View file @
500d32a5
perf
/
c
/
local_lat
usr
/
share
/
zeromq
/
c
-
perf
/
perf
/
c
/
local_thr
usr
/
share
/
zeromq
/
c
-
perf
/
perf
/
c
/
pgmrecv
usr
/
share
/
zeromq
/
c
-
perf
/
perf
/
c
/
pgmsend
usr
/
share
/
zeromq
/
c
-
perf
/
perf
/
c
/
remote_lat
usr
/
share
/
zeromq
/
c
-
perf
/
perf
/
c
/
remote_thr
usr
/
share
/
zeromq
/
c
-
perf
/
perf
/
cpp
/
local_lat
usr
/
share
/
zeromq
/
c
++-
perf
/
perf
/
cpp
/
local_thr
usr
/
share
/
zeromq
/
c
++-
perf
/
perf
/
cpp
/
remote_lat
usr
/
share
/
zeromq
/
c
++-
perf
/
perf
/
cpp
/
remote_thr
usr
/
share
/
zeromq
/
c
++-
perf
/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment