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
|
Source: libnet-amqp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: amqp-specs (>= 1-0r0-2~),
debhelper-compat (= 13),
libclass-accessor-perl <!nocheck>,
libclass-data-inheritable-perl <!nocheck>,
libmodule-build-perl (>= 0.400000),
libparse-recdescent-perl <!nocheck>,
libtest-deep-perl <!nocheck>,
libxml-libxml-perl <!nocheck>,
perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-amqp-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-amqp-perl.git
Homepage: https://metacpan.org/release/Net-AMQP
Rules-Requires-Root: no
Package: libnet-amqp-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libclass-accessor-perl,
libclass-data-inheritable-perl,
libscalar-list-utils-perl,
libxml-libxml-perl
Description: AMQP (de)serialization and representation
Net::AMQP implements the frame (de)serialization and representation of
the Advanced Message Queue Protocol (http://www.amqp.org/). It is to be
used in conjunction with client or server software that does the actual
TCP/IP communication.
|