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
|
Source: libnet-amqp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Section: perl
Priority: optional
Build-Depends: cdbs (>= 0.4.106~),
devscripts,
perl,
debhelper (>= 10~),
dh-buildinfo,
libclass-accessor-perl,
libclass-data-inheritable-perl,
libxml-libxml-perl,
amqp-specs (>= 1-0r0-2~),
libmodule-build-perl (>= 0.400000),
libtest-deep-perl,
libparse-recdescent-perl
Standards-Version: 3.9.6
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
Testsuite: autopkgtest-pkg-perl
Package: libnet-amqp-perl
Architecture: all
Depends: ${cdbs:Depends},
${misc:Depends},
${perl:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
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.
|