File: control

package info (click to toggle)
libsoap-wsdl-perl 3.003-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,856 kB
  • ctags: 610
  • sloc: perl: 8,431; xml: 1,769; java: 19; makefile: 15
file content (49 lines) | stat: -rw-r--r-- 1,833 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
38
39
40
41
42
43
44
45
46
47
48
49
Source: libsoap-wsdl-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),
               libmodule-build-perl
Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19),
                     libclass-load-perl,
                     libclass-std-fast-perl,
                     libio-stringy-perl,
                     libsoap-lite-perl,
                     libtemplate-perl,
                     libterm-readkey-perl,
                     libtest-mockobject-perl,
                     libtest-pod-perl,
                     libtest-xml-perl,
                     libtimedate-perl,
                     liburi-perl,
                     libwww-perl,
                     libxml-parser-perl,
                     perl,
                     rename
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsoap-wsdl-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libsoap-wsdl-perl.git
Homepage: https://metacpan.org/release/SOAP-WSDL

Package: libsoap-wsdl-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-load-perl,
         libclass-std-fast-perl,
         libtemplate-perl,
         libterm-readkey-perl,
         libtimedate-perl,
         liburi-perl,
         libwww-perl,
         libxml-parser-perl
Recommends: libsoap-lite-perl
Suggests: libapache2-mod-perl2
Description: Perl module for SOAP with WSDL support
 SOAP::WSDL provides easy access to Web Services with WSDL descriptions.
 .
 The WSDL is parsed and stored in memory. Your data is serialized according to
 the rules in the WSDL. The only transport mechanisms currently supported are
 http and https.