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
|
Source: soap-lite
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: perl, libmime-perl, libossp-uuid-perl, libxml-parser-perl, libwww-perl, libcrypt-ssleay-perl, liburi-perl, libmime-lite-perl, libfcgi-perl, libmime-perl, libnet-jabber-perl, libio-socket-ssl-perl, libcompress-zlib-perl, libio-stringy-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ezra Pagel <ezra@cpan.org>, Krzysztof Krzyzaniak (eloy) <eloy@debian.org>, Niko Tyni <ntyni@iki.fi>
Standards-Version: 3.7.2.1
Package: libsoap-lite-perl
Architecture: all
Depends: ${perl:Depends}, libossp-uuid-perl, libxml-parser-perl, libwww-perl, libcrypt-ssleay-perl, liburi-perl, libmime-lite-perl, libfcgi-perl, libmime-perl, libio-socket-ssl-perl, libcompress-zlib-perl, libio-stringy-perl
Recommends: libnet-jabber-perl
Suggests: libapache-mod-perl | libapache2-mod-perl2
Conflicts: libsoap-perl
Description: Client and server side SOAP implementation
SOAP::Lite for Perl is a collection of Perl modules which provides a simple
and lightweight interface to the Simple Object Access Protocol (SOAP) both
on client and server side.
.
To learn about SOAP, go to http://www.soaplite.com/#LINKS for more
information.
.
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.
|