File: control

package info (click to toggle)
libxmlrpc-lite-perl 0.717-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: perl: 538; makefile: 6
file content (23 lines) | stat: -rw-r--r-- 976 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
Source: libxmlrpc-lite-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libsoap-lite-perl <!nocheck>,
                     perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxmlrpc-lite-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxmlrpc-lite-perl.git
Homepage: https://metacpan.org/release/XMLRPC-Lite

Package: libxmlrpc-lite-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libsoap-lite-perl
Description: client and server implementation of the XML-RPC protocol
 XMLRPC::Lite provides a simple interface to the XML-RPC protocol on both
 client and server side. Based on SOAP::Lite, it gives you access to all
 features and transports available in that module.