File: control

package info (click to toggle)
libpoe-filter-stomp-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 116 kB
  • ctags: 10
  • sloc: perl: 135; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,055 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
Source: libpoe-filter-stomp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libnet-stomp-perl,
                     perl
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpoe-filter-stomp-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpoe-filter-stomp-perl.git
Homepage: https://metacpan.org/release/POE-Filter-Stomp

Package: libpoe-filter-stomp-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libnet-stomp-perl
Description: Perl extension for the POE Environment to provide a Stomp filter
 POE::Filter::Stomp is a filter for the POE environment. It will translate the
 input buffer into Net::Stomp::Frame objects and serialize the output buffer
 from said objects. For more information an the STOMP protocol, please refer
 to: https://stomp.github.io/ .