summaryrefslogtreecommitdiff
path: root/debian/control
blob: 912322332aafc57557709eaa168775508bca5985 (plain)
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
Source: libprotocol-irc-perl
Section: perl
Priority: optional
Maintainer: Andrej Shadura <andrewsh@debian.org>
Build-Depends: debhelper (>= 10),
 libmodule-build-perl,
 perl
Build-Depends-Indep: libfuture-perl,
 libtest-fatal-perl
Standards-Version: 4.1.3
Homepage: https://metacpan.org/release/Protocol-IRC
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libprotocol-irc-perl
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libprotocol-irc-perl

Package: libprotocol-irc-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: IRC protocol handling
 This mix-in class provides a base layer of IRC message handling logic. It
 allows reading of IRC messages from a string buffer and dispatching them to
 handler methods on its instance.
 .
 Protocol::IRC::Client provides an extension to this logic that may be more
 convenient for IRC client implementations. Much of the code provided here is
 still useful in client applications, so the reader should be familiar with
 both modules.