File: control

package info (click to toggle)
libpoe-component-server-soap-perl 1.14-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 172 kB
  • sloc: perl: 624; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,347 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
Source: libpoe-component-server-soap-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libpoe-perl,
                     libsoap-lite-perl,
                     libpoe-component-server-simplehttp-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpoe-component-server-soap-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpoe-component-server-soap-perl.git
Homepage: https://metacpan.org/release/POE-Component-Server-SOAP

Package: libpoe-component-server-soap-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libsoap-lite-perl,
         libpoe-perl,
         libpoe-component-server-simplehttp-perl
Description: POE component to publish event handlers via SOAP over HTTP
 POE::Component::Server::SOAP is a component that can publish event handlers
 via SOAP over HTTP. Currently, this module only supports SOAP/1.1 requests,
 though support for SOAP/1.2 is planned. A simple HTTP server is provided by
 POE::Component::Server::SimpleHTTP (libpoe-component-server-simplehttp-perl).