File: control

package info (click to toggle)
libxmlrpc-lite-perl 0.717-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 120 kB
  • ctags: 50
  • sloc: perl: 538; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,057 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
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libsoap-lite-perl (>= 0.716),
 perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxmlrpc-lite-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/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 (>= 0.716)
Breaks: libsoap-lite-perl (<< 1.08-1)
Replaces: libsoap-lite-perl (<< 1.08-1)
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.