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
|
Source: libxs
Section: libs
Priority: optional
Maintainer: Robert S. Edmonds <edmonds@debian.org>
Build-Depends:
dpkg-dev (>= 1.16.0~),
debhelper (>= 9~),
dh-autoreconf (>= 5~),
libpgm-dev,
pkg-config
Standards-Version: 3.9.3
Homepage: http://www.crossroads.io/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libxs.git
Vcs-Git: git://anonscm.debian.org/collab-maint/libxs.git
Package: libxs2
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Crossroads I/O lightweight messaging layer (shared library)
Crossroads I/O ("libxs") is a library for building scalable and high
performance distributed applications. It fits between classic BSD sockets,
JMS/AMQP-style message queues, and enterprise message-oriented middleware.
.
Crossroads I/O extends the standard socket interfaces with features
traditionally provided by specialised messaging middleware products,
providing an abstraction of asynchronous message queues, multiple messaging
patterns, message filtering (subscriptions), seamless access to multiple
transport protocols, and more.
.
This package contains the libxs shared library.
Package: libxs2-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, libxs2 (= ${binary:Version})
Description: Crossroads I/O lightweight messaging layer (debugging symbols)
Crossroads I/O ("libxs") is a library for building scalable and high
performance distributed applications. It fits between classic BSD sockets,
JMS/AMQP-style message queues, and enterprise message-oriented middleware.
.
Crossroads I/O extends the standard socket interfaces with features
traditionally provided by specialised messaging middleware products,
providing 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 symbols for the libxs library.
Package: libxs-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libxs2 (= ${binary:Version})
Description: Crossroads I/O lightweight messaging layer (development files)
Crossroads I/O ("libxs") is a library for building scalable and high
performance distributed applications. It fits between classic BSD sockets,
JMS/AMQP-style message queues, and enterprise message-oriented middleware.
.
Crossroads I/O extends the standard socket interfaces with features
traditionally provided by specialised messaging middleware products,
providing an abstraction of asynchronous message queues, multiple messaging
patterns, message filtering (subscriptions), seamless access to multiple
transport protocols, and more.
.
This package contains the libxs development library, header file, and man
pages.
Package: libxs-compat-libzmq1
Architecture: any
Depends: ${misc:Depends}, libxs2 (= ${binary:Version}), ${shlibs:Depends}
Provides: libzmq1
Conflicts: libzmq1, libzmq-dbg
Replaces: libzmq1
Description: Crossroads I/O 'libzmq' compatibility library (shared library)
Crossroads I/O ("libxs") is a library for building scalable and high
performance distributed applications. It fits between classic BSD sockets,
JMS/AMQP-style message queues, and enterprise message-oriented middleware.
.
Crossroads I/O extends the standard socket interfaces with features
traditionally provided by specialised messaging middleware products,
providing an abstraction of asynchronous message queues, multiple messaging
patterns, message filtering (subscriptions), seamless access to multiple
transport protocols, and more.
.
This package contains a drop-in 'libzmq' compatibility library for ZeroMQ
language bindings and applications.
Package: libxs-compat-libzmq-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libxs2 (= ${binary:Version})
Provides: libzmq-dev
Conflicts: libzmq-dev
Replaces: libzmq-dev
Description: Crossroads I/O 'libzmq' compatibility library (header files)
Crossroads I/O ("libxs") is a library for building scalable and high
performance distributed applications. It fits between classic BSD sockets,
JMS/AMQP-style message queues, and enterprise message-oriented middleware.
.
Crossroads I/O extends the standard socket interfaces with features
traditionally provided by specialised messaging middleware products,
providing an abstraction of asynchronous message queues, multiple messaging
patterns, message filtering (subscriptions), seamless access to multiple
transport protocols, and more.
.
This package contains the development library and header files for the
drop-in 'libzmq' compatibility library for ZeroMQ language bindings and
applications.
|