File: control

package info (click to toggle)
librpc-xml-perl 0.80-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,368 kB
  • ctags: 311
  • sloc: perl: 9,703; xml: 2,956; makefile: 17
file content (45 lines) | stat: -rw-r--r-- 1,922 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
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>,
           Rene Mayorga <rmayorga@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           Salvatore Bonaccorso <carnil@debian.org>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libdatetime-format-iso8601-perl (>= 0.07),
                     libhttp-daemon-perl | libwww-perl (<< 6),
                     libnet-server-perl (>= 2.005),
                     libwww-perl,
                     libxml-libxml-perl (>= 1.85),
                     libxml-parser-perl,
                     netbase,
                     perl (>= 5.17.9)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/librpc-xml-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/librpc-xml-perl.git
Testsuite: autopkgtest-pkg-perl
Homepage: https://metacpan.org/release/RPC-XML

Package: librpc-xml-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdatetime-format-iso8601-perl (>= 0.07),
         libhttp-daemon-perl | libwww-perl (<< 6),
         libwww-perl,
         libxml-parser-perl | libxml-libxml-perl (>= 1.85),
         perl (>= 5.17.9)
Suggests: libapache2-mod-perl2,
          libcgi-pm-perl | perl (<< 5.19),
          perl (>= 5.19.6) | 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.