File: control

package info (click to toggle)
libxs 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 6,136 kB
  • ctags: 2,159
  • sloc: cpp: 16,233; sh: 10,244; ansic: 405; makefile: 354
file content (51 lines) | stat: -rw-r--r-- 1,931 bytes parent folder | download
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
Source: libxs
Section: libs
Priority: optional
Maintainer: Robert Edmonds <edmonds@debian.org>
Build-Depends:
 debhelper (>= 9~),
 dh-autoreconf (>= 5~),
 dpkg-dev (>= 1.16.0~),
 libpgm-dev,
 pkg-config,
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libxs.git
Vcs-Git: git://anonscm.debian.org/collab-maint/libxs.git

Package: libxs-dev
Section: libdevel
Architecture: any
Depends:
 libxs2 (= ${binary:Version}),
 ${misc:Depends},
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: 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.