File: control

package info (click to toggle)
libbot-basicbot-perl 0.89-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 168 kB
  • ctags: 95
  • sloc: perl: 929; makefile: 41
file content (17 lines) | stat: -rw-r--r-- 742 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libbot-basicbot-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5), libmodule-build-perl
Build-Depends-Indep: perl (>= 5.6.10-12), libpoe-component-irc-perl (>= 4.0), libpoe-perl (>= 0.22)
Maintainer: Stephen Gran <sgran@debian.org>
Standards-Version: 3.9.4
Homepage: http://search.cpan.org/dist/Bot-BasicBot/

Package: libbot-basicbot-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libpoe-component-irc-perl (>= 4.0), libpoe-perl (>= 0.22)
Description: simple irc bot baseclass
 Basic bot system designed to make it easy to do simple bots, optionally
 forking longer processes (like searches) concurrently in the background.
 .
 Designed primarily to be used as a superclass for other programs.