File: control

package info (click to toggle)
libsoap-lite-perl 0.712-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,740 kB
  • ctags: 831
  • sloc: perl: 10,860; xml: 90; makefile: 23; cs: 16
file content (37 lines) | stat: -rw-r--r-- 2,050 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
30
31
32
33
34
35
36
37
Source: libsoap-lite-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: perl (>= 5.9.3), libossp-uuid-perl, libxml-parser-perl,
 libwww-perl, libcrypt-ssleay-perl, liburi-perl, libmime-lite-perl, 
 libfcgi-perl, libmime-tools-perl, libio-socket-ssl-perl, 
 perl (>= 5.10) | libio-compress-perl | libcompress-zlib-perl, libio-stringy-perl, libtest-mockobject-perl,
 nullmailer | mail-transport-agent, perl (>= 5.10.0) | libversion-perl,
 libtask-weaken-perl, libclass-inspector-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>,
 gregor herrmann <gregoa@debian.org>, Jonathan Yu <jawnsy@cpan.org>,
 Martín Ferrari <tincho@debian.org>, Damyan Ivanov <dmn@debian.org>,
 Franck Joncourt <franck@debian.org>, Nicholas Bamber <nicholas@periapt.co.uk>
Standards-Version: 3.9.1
Homepage: http://sourceforge.net/projects/soaplite/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsoap-lite-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsoap-lite-perl/

Package: libsoap-lite-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libossp-uuid-perl, libxml-parser-perl, libwww-perl,
 libcrypt-ssleay-perl, liburi-perl, libfcgi-perl, libmime-tools-perl,
 libio-socket-ssl-perl, perl (>= 5.10) | libio-compress-perl | libcompress-zlib-perl, libio-stringy-perl,
 perl (>= 5.10.0) | libversion-perl, libtask-weaken-perl, perl (>= 5.9.3),
 libclass-inspector-perl
Suggests: libapache2-mod-perl2, libnet-jabber-perl, libmime-lite-perl
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.