File: control

package info (click to toggle)
libnet-xmpp-perl 1.05-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 592 kB
  • ctags: 284
  • sloc: perl: 4,286; makefile: 2; xml: 1
file content (31 lines) | stat: -rw-r--r-- 1,268 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
Source: libnet-xmpp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libauthen-sasl-perl,
                     liblwp-online-perl,
                     libxml-stream-perl (>= 1.24),
                     libyaml-tiny-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-xmpp-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnet-xmpp-perl.git
Homepage: https://metacpan.org/release/Net-XMPP

Package: libnet-xmpp-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libauthen-sasl-perl,
         libxml-stream-perl (>= 1.24)
Recommends: libnet-dns-perl,
            libdigest-hmac-perl
Description: XMPP Perl library
 Net::XMPP is a convenient tool to use for any perl script that would like to
 utilize the XMPP Instant Messaging protocol.  While not a client in and of
 itself, it provides all of the necessary back-end functions to make a CGI
 client or command-line perl client feasible and easy to use.