File: control

package info (click to toggle)
libanyevent-irc-perl 0.97-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 212 kB
  • ctags: 97
  • sloc: perl: 1,592; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,202 bytes parent folder | download
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
Source: libanyevent-irc-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libanyevent-perl,
                     libcommon-sense-perl,
                     libobject-event-perl,
                     perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
 Angel Abad <angel@debian.org>,
 Xavier Guimard <x.guimard@free.fr>
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libanyevent-irc-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libanyevent-irc-perl.git
Homepage: https://metacpan.org/release/AnyEvent-IRC
Testsuite: autopkgtest-pkg-perl

Package: libanyevent-irc-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libanyevent-perl,
         libcommon-sense-perl,
         libobject-event-perl
Description: Perl module for handling IRC connections
 AnyEvent::IRC is a Perl module that can be conceptualized as a toolbox for
 handling Internet Relay Chat (IRC) connections and communications. It won't
 do everything for you, and you still need to have a basic understanding of
 the internal protocol.