File: control

package info (click to toggle)
librabbitmq 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,180 kB
  • ctags: 1,563
  • sloc: ansic: 11,859; xml: 738; python: 597; makefile: 343; sh: 45
file content (75 lines) | stat: -rw-r--r-- 2,862 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Source: librabbitmq
Priority: optional
Section: libs
Maintainer: Michael Fladischer <fladi@debian.org>
Uploaders: Brian May <bam@debian.org>
Build-Depends: cmake,
               debhelper (>= 9),
               docbook-to-man,
               libpopt-dev,
               libssl-dev,
               libtool
Standards-Version: 3.9.8
Homepage: https://github.com/alanxz/rabbitmq-c
Vcs-Git: https://anonscm.debian.org/git/collab-maint/librabbitmq.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/librabbitmq.git

Package: librabbitmq-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: librabbitmq4 (= ${binary:Version}),
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: AMQP client library written in C - Dev Files
 RabbitMQ provides robust messaging for applications. It is easy to use, fit
 for purpose at cloud scale and supported on all major operating systems and
 developer platforms. librabbitmq is a C-language AMQP client library for use
 with AMQP servers such as RabbitMQ speaking protocol versions 0-9-1.
 .
 This package provides the files needed for development.

Package: librabbitmq-dbg
Section: debug
Architecture: any
Multi-Arch: same
Priority: extra
Depends: librabbitmq4 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: AMQP client library written in C - Debug Files
 RabbitMQ provides robust messaging for applications. It is easy to use, fit
 for purpose at cloud scale and supported on all major operating systems and
 developer platforms. librabbitmq is a C-language AMQP client library for use
 with AMQP servers such as RabbitMQ speaking protocol versions 0-9-1.
 .
 This package provides debugging symbols.

Package: librabbitmq4
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: AMQP client library written in C
 RabbitMQ provides robust messaging for applications. It is easy to use, fit
 for purpose at cloud scale and supported on all major operating systems and
 developer platforms. librabbitmq is a C-language AMQP client library for use
 with AMQP servers such as RabbitMQ speaking protocol versions 0-9-1.
 .
 This package includes the library itself.

Package: amqp-tools
Architecture: any
Section: net
Depends: librabbitmq4 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Command-line utilities for interacting with AMQP servers
 RabbitMQ provides robust messaging for applications. It is easy to use, fit
 for purpose at cloud scale and supported on all major operating systems and
 developer platforms. librabbitmq is a C-language AMQP client library for use
 with AMQP servers such as RabbitMQ speaking protocol versions 0-9-1.
 .
 This package includes command line utilities.