File: control

package info (click to toggle)
libxml-stream-perl 1.24-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 976 kB
  • sloc: perl: 4,821; xml: 64; makefile: 4
file content (35 lines) | stat: -rw-r--r-- 1,194 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
Source: libxml-stream-perl
Standards-Version: 4.7.2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Ansgar Burchardt <ansgar@debian.org>,
 Florian Schlichting <fsfs@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
 libmodule-build-perl,
Build-Depends-Indep:
 libauthen-sasl-perl <!nocheck>,
 libio-socket-ssl-perl <!nocheck>,
 perl,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-stream-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-stream-perl.git
Homepage: https://metacpan.org/release/XML-Stream

Package: libxml-stream-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libauthen-sasl-perl,
 libio-socket-ssl-perl,
Suggests:
 libnet-dns-perl,
Description: module for manipulating streaming XML data
 XML::Stream is a Perl module that provides the user with methods to connect
 to a remote server, send a stream of XML to the server and receive/parse an
 XML stream from the server.
 .
 It is primarily based on work for the Jabber Development Team's Etherx XML
 Router. For details, see <URL:http://xmpp.org/protocols/streams/>