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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
|
Source: haskell-irc-core
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
Priority: extra
Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.9),
cdbs,
ghc,
ghc-prof,
libghc-attoparsec-dev (>= 0.12.1.2),
libghc-attoparsec-dev (<< 0.14),
libghc-attoparsec-prof,
libghc-base64-bytestring-dev (>= 1.0.0.1),
libghc-base64-bytestring-dev (<< 1.1),
libghc-base64-bytestring-prof,
libghc-free-dev (>= 4.11),
libghc-free-dev (<< 4.13),
libghc-free-prof,
libghc-lens-dev (>= 4.7),
libghc-lens-dev (<< 4.11),
libghc-lens-prof,
libghc-text-dev (>= 1.2.0.4),
libghc-text-dev (<< 1.3),
libghc-text-prof,
libghc-config-value-dev (>= 0.4),
libghc-config-value-dev (<< 0.5),
libghc-connection-dev (>= 0.2.4),
libghc-connection-dev (<< 0.3),
libghc-data-default-class-dev (>= 0.0.1),
libghc-data-default-class-dev (<< 0.1),
libghc-haskell-lexer-dev (>= 1.0),
libghc-haskell-lexer-dev (<< 1.1),
libghc-network-dev (>= 2.6.0.2),
libghc-network-dev (<< 2.7),
libghc-split-dev (>= 0.2.2),
libghc-split-dev (<< 0.3),
libghc-stm-dev (>= 2.4.4),
libghc-stm-dev (<< 2.5),
libghc-tls-dev (>= 1.2.16),
libghc-tls-dev (<< 1.3),
libghc-vty-dev (>= 5.2.7),
libghc-vty-dev (<< 5.3),
libghc-x509-dev (>= 1.5.0.1),
libghc-x509-dev (<< 1.6),
libghc-x509-store-dev (>= 1.5.0),
libghc-x509-store-dev (<< 1.6),
libghc-x509-system-dev (>= 1.5.0),
libghc-x509-system-dev (<< 1.6),
libghc-x509-validation-dev (>= 1.5.1),
libghc-x509-validation-dev (<< 1.6),
Build-Depends-Indep: ghc-doc,
libghc-attoparsec-doc,
libghc-base64-bytestring-doc,
libghc-free-doc,
libghc-lens-doc,
libghc-text-doc,
Standards-Version: 3.9.6
Homepage: https://github.com/glguy/irc-core
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-irc-core
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-irc-core
X-Description: IRC connection library
IRC connection library featuring such modules as
- Irc.Cmd - Functions for generating IRC protocol message for
client-to-server
- Irc.Core - Functions for parsing low-level IRC messages into
mid-level IRC messages
- Irc.Core.Prisms - Prisms for all of the mid-level IRC message
constructors
- Irc.Format - Functions for parsing and rendering low-level IRC
protocol messages
- Irc.Message - High-level IRC event messages for client
interpretation
- Irc.Model - Functions for interpreting mid-level IRC messages to
generate high-level event messages and to maintain a consistent
view of the connection
- Irc.RateLimit - Functions to assist with rate-limiting outgoing
client messages
- Irc.Time - Internal compatibility module for time-1.4 and
time-1.5 interop
Package: libghc-irc-core-dev
Architecture: any
Depends: ${haskell:Depends},
${shlibs:Depends},
${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-irc-core-prof
Architecture: any
Depends: ${haskell:Depends},
${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-irc-core-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${haskell:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
Package: glirc
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
Description: console-based IRC client
glirc is a console IRC client based on the Haskell irc-core library.
|