Source: libnet-stomp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
           Sebastien Aperghis-Tramoni <sebastien@aperghis.net>,
           Ansgar Burchardt <ansgar@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl (>= 0.420000)
Build-Depends-Indep: perl,
                     libclass-accessor-perl,
                     perl (>= 5.19.8) | libio-socket-ip-perl (>= 0.20),
                     libio-socket-ssl-perl,
                     libtest-deep-perl,
                     libtest-fatal-perl,
                     libtest-pod-perl,
                     libtest-pod-coverage-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-stomp-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnet-stomp-perl.git
Homepage: https://metacpan.org/release/Net-Stomp
Testsuite: autopkgtest-pkg-perl

Package: libnet-stomp-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-accessor-perl
Recommends: perl (>= 5.19.8) | libio-socket-ip-perl (>= 0.20),
            libio-socket-ssl-perl
Description: Perl module providing a Streaming Text Orientated Messaging Protocol client
 Net::Stomp allows you to write a Stomp client. Stomp is the Streaming Text
 Orientated Messaging Protocol (or the Protocol Briefly Known as TTMP and
 Represented by the symbol :ttmp). It's a simple and easy to implement
 protocol for working with Message Orientated Middleware from any language.
 Net::Stomp is useful for talking to Apache ActiveMQ, an open source (Apache
 2.0 licensed) Java Message Service 1.1 (JMS) message broker packed with many
 enterprise features.
 .
 A Stomp frame consists of a command, a series of headers and a body - see
 Net::Stomp::Frame for more details.
 .
 For details on the protocol see http://stomp.codehaus.org/Protocol.
