File: control

package info (click to toggle)
libxml-stream-perl 1.24-4%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 952 kB
  • sloc: perl: 4,821; xml: 64; makefile: 4
file content (32 lines) | stat: -rw-r--r-- 1,315 bytes parent folder | download | duplicates (2)
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/>