File: control

package info (click to toggle)
libxml-compile-soap-perl 3.24%2Bds-1
  • links: PTS, VCS
  • area: non-free
  • in suites: buster
  • size: 620 kB
  • sloc: perl: 4,407; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,518 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
Source: libxml-compile-soap-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Section: non-free/perl
Testsuite: autopkgtest-pkg-perl
XS-Autobuild: yes
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libfile-slurp-tiny-perl,
                     libnet-http-perl (>= 6.16),
                     libtest-deep-perl,
                     libwww-perl (>= 6.08),
                     libxml-compile-cache-perl (>= 1.03),
                     libxml-compile-tester-perl,
                     libxml-compile-perl (>= 1.58),
                     perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-compile-soap-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-compile-soap-perl.git
Homepage: https://metacpan.org/release/XML-Compile-SOAP

Package: libxml-compile-soap-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libfile-slurp-tiny-perl,
         libnet-http-perl (>= 6.16),
         libwww-perl (>= 6.08),
         libxml-compile-cache-perl (>= 1.03),
         libxml-compile-perl (>= 1.58)
Description: Perl module to handle SOAP 1.1 messaging (client and server)
 XML::Compile::SOAP is a collection of Perl modules that provides an
 implementation of version 1.1 of the Simple Object Access Protocol (SOAP)
 on both client and server.
 .
 See https://www.w3.org/TR/2000/NOTE-SOAP-20000508 for details.