File: control

package info (click to toggle)
librpc-xml-perl 0.80-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,580 kB
  • sloc: perl: 9,756; xml: 2,956; makefile: 17
file content (44 lines) | stat: -rw-r--r-- 1,819 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
Source: librpc-xml-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
           Damyan Ivanov <dmn@debian.org>,
           Niko Tyni <ntyni@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Salvatore Bonaccorso <carnil@debian.org>,
           Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: libdatetime-format-iso8601-perl,
                     libhttp-daemon-perl | libwww-perl (<< 6),
                     libio-socket-ip-perl,
                     libnet-server-perl,
                     libwww-perl,
                     libxml-libxml-perl,
                     libxml-parser-perl,
                     netbase,
                     perl (>= 5.17.9)
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/librpc-xml-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/librpc-xml-perl.git
Homepage: https://metacpan.org/release/RPC-XML

Package: librpc-xml-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdatetime-format-iso8601-perl,
         libhttp-daemon-perl | libwww-perl (<< 6),
         libio-socket-ip-perl,
         libwww-perl,
         libxml-parser-perl | libxml-libxml-perl,
         perl (>= 5.17.9)
Suggests: libapache2-mod-perl2,
          libcgi-pm-perl,
          libcompress-raw-zlib-perl (>= 2.063)
Description: Perl implementation of the XML-RPC protocol
 RPC::XML is a Perl module that implements the XML-RPC protocol. It provides
 classes for sample client and server implementations, a server designed as
 an Apache location-handler, and a suite of data-manipulation classes that
 are used by them.