File: control

package info (click to toggle)
php-amqp 1.10.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,816 kB
  • sloc: ansic: 5,876; xml: 1,064; php: 582; pascal: 49; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,123 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
Source: php-amqp
Section: php
Priority: optional
Maintainer: Debian PHP PECL Maintainers <team+php-pecl@tracker.debian.org>
Uploaders: Ondřej Surý <ondrej@debian.org>,
           Prach Pongpanich <prach@debian.org>
Build-Depends: debhelper (>= 10~),
               dh-php,
               librabbitmq-dev (>= 0.7.0),
               php-all-dev
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/php-team/pecl/php-amqp
Vcs-Git: https://salsa.debian.org/php-team/pecl/php-amqp.git
Homepage: http://pecl.php.net/package/amqp

Package: php-amqp
Architecture: any
Pre-Depends: php-common (>= 2:69~)
Depends: ${misc:Depends},
         ${pecl:Depends},
         ${php:Depends},
         ${shlibs:Depends}
Breaks: ${pecl:Breaks}
Replaces: ${pecl:Replaces}
Provides: ${pecl:Provides},
          ${php:Provides}
Suggests: ${pecl:Suggests}
Description: AMQP extension for PHP
 This extension can communicate with any AMQP spec 0-9-1 compatible
 server, such as RabbitMQ, OpenAMQP and Qpid, giving you the ability
 to create and delete exchanges and queues, as well as publish to any
 exchange and consume from any queue.