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
|
Source: libxml-stream-perl
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
Priority: optional
Build-Depends: debhelper-compat (= 13),
libmodule-build-perl
Build-Depends-Indep: libauthen-sasl-perl <!nocheck>,
libio-socket-ssl-perl <!nocheck>,
perl
Standards-Version: 4.5.1
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
Rules-Requires-Root: no
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/>
|