1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: libnet-xmpp-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Ragwitz <rafl@debian.org>,
gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 5.0.0), quilt (>= 0.40), libmodule-build-perl
Build-Depends-Indep: perl, libxml-stream-perl (>= 1.22), libdigest-sha1-perl, libauthen-sasl-perl
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Net-XMPP/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-xmpp-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-xmpp-perl/
Package: libnet-xmpp-perl
Architecture: all
Depends: ${perl:Depends}, libxml-stream-perl (>= 1.22), libdigest-sha1-perl, libauthen-sasl-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.
|