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
|
Source: libbot-basicbot-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libirc-utils-perl,
libpoe-component-irc-perl (>= 6.90),
libpoe-perl,
perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libbot-basicbot-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libbot-basicbot-perl.git
Homepage: https://metacpan.org/release/Bot-BasicBot
Package: libbot-basicbot-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libirc-utils-perl,
libpoe-component-irc-perl (>= 6.90),
libpoe-perl
Description: simple IRC bot baseclass
Basic IRC bot system designed to make it easy to do simple bots, optionally
forking longer processes (like searches) concurrently in the background.
.
Several examples of bots using Bot::BasicBot are provided.
|