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
|
Source: lambdabot
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders:
Clint Adams <clint@debian.org>,
Priority: optional
Section: net
Build-Depends:
cdbs,
debhelper (>= 10),
ghc (>= 8),
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-lambdabot-core-dev (>= 5.1.0.1),
libghc-lambdabot-core-dev (<< 5.2),
libghc-lambdabot-haskell-plugins-dev (>= 5.1.0.1),
libghc-lambdabot-haskell-plugins-dev (<< 5.2),
libghc-lambdabot-irc-plugins-dev (>= 5.1.0.1),
libghc-lambdabot-irc-plugins-dev (<< 5.2),
libghc-lambdabot-misc-plugins-dev (>= 5.1.0.1),
libghc-lambdabot-misc-plugins-dev (<< 5.2),
libghc-lambdabot-novelty-plugins-dev (>= 5.1.0.1),
libghc-lambdabot-novelty-plugins-dev (<< 5.2),
libghc-lambdabot-reference-plugins-dev (>= 5.1.0.1),
libghc-lambdabot-reference-plugins-dev (<< 5.2),
libghc-lambdabot-social-plugins-dev (>= 5.1.0.1),
libghc-lambdabot-social-plugins-dev (<< 5.2),
libghc-lambdabot-social-plugins-dev (>= 5.1),
libghc-mtl-dev (>= 2),
Standards-Version: 4.0.0
Homepage: https://wiki.haskell.org/Lambdabot
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/lambdabot
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: lambdabot
Architecture: any
Depends:
${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
Recommends:
djinn,
${haskell:Recommends},
Suggests:
aspell,
hoogle (>= 4.2.23),
hsbrainfuck,
mueval,
unlambda,
${haskell:Suggests},
Provides:
${haskell:Provides},
Description: Development tool and advanced IRC bot
Lambdabot is an IRC bot written over several years by those on
the #haskell IRC channel.
.
It operates as a command-line tool, embedded in an editor, embedded
in GHCi, via Internet Relay Chat and on the Web.
|