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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: libsoap-lite-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@iki.fi>,
gregor herrmann <gregoa@debian.org>,
Damyan Ivanov <dmn@debian.org>,
Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libclass-inspector-perl,
libfcgi-perl,
libhttp-daemon-perl,
libio-sessiondata-perl,
libio-socket-ssl-perl,
libio-stringy-perl,
liblwp-protocol-https-perl,
libmime-lite-perl,
libmime-tools-perl,
libossp-uuid-perl,
libtask-weaken-perl,
libtest-mockobject-perl,
libtest-warn-perl,
liburi-perl,
libwww-perl,
libxml-parser-lite-perl,
libxml-parser-perl,
perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsoap-lite-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsoap-lite-perl.git
Homepage: https://sourceforge.net/projects/soaplite/
Package: libsoap-lite-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libclass-inspector-perl,
libfcgi-perl,
libhttp-daemon-perl,
libio-sessiondata-perl,
libio-socket-ssl-perl,
libio-stringy-perl,
liblwp-protocol-https-perl,
libmime-tools-perl,
libossp-uuid-perl,
libtask-weaken-perl,
liburi-perl,
libwww-perl,
libxml-parser-perl
Recommends: libxmlrpc-lite-perl
Suggests: libapache2-mod-perl2,
libmime-lite-perl,
libnet-jabber-perl
Breaks: otrs2 (<< 3.3.3-3~)
Description: Perl implementation of a SOAP client and server
SOAP::Lite is a collection of Perl modules that provide a simple and
lightweight interface to the Simple Object Access Protocol (SOAP) both on
client and server side.
.
This version of SOAP::Lite supports a subset of the SOAP 1.1 specification
and has initial support for SOAP 1.2 specification.
See http://www.w3.org/TR/SOAP for details.
|