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
|
Source: haskell-lambdabot-utils
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
, haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-binary-dev
, libghc-binary-prof
, libghc-haskell-src-dev
, libghc-haskell-src-prof
, libghc-network-dev
, libghc-network-prof
, libghc-random-dev
, libghc-random-prof
, libghc-regex-compat-dev
, libghc-regex-compat-prof
, libghc-regex-posix-dev
, libghc-regex-posix-prof
, libghc-syb-dev
, libghc-syb-prof
, libghc-tagsoup-dev
, libghc-tagsoup-prof
, libghc-utf8-string-dev
, libghc-utf8-string-prof
, libghc-zlib-dev
, libghc-zlib-prof
Build-Depends-Indep: ghc-doc
, libghc-binary-doc
, libghc-haskell-src-doc
, libghc-network-doc
, libghc-random-doc
, libghc-regex-compat-doc
, libghc-regex-posix-doc
, libghc-syb-doc
, libghc-tagsoup-doc
, libghc-utf8-string-doc
, libghc-zlib-doc
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/lambdabot-utils
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-lambdabot-utils
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-lambdabot-utils
Package: libghc-lambdabot-utils-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: utility libraries for Lambdabot${haskell:ShortBlurb}
${haskell:Blurb}
.
Lambdabot is an IRC bot written over several years by those on
the #haskell IRC channel.
.
This package contains custom libraries for various plugin functions.
AltTime.hs: alternate version of the time library
MiniHTTP.hs: a mini http server
Process.hs: a wrapper over System.Process
Regex.hsc: a fast packed string regex library
Serial.hs:: a serialisation API
Util.hs: miscellaneous string, and other, functions
Package: libghc-lambdabot-utils-prof
Architecture: any
Depends: ${haskell:Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: utility libraries for Lambdabot${haskell:ShortBlurb}
${haskell:Blurb}
.
Lambdabot is an IRC bot written over several years by those on
the #haskell IRC channel.
.
This package contains custom libraries for various plugin functions.
AltTime.hs: alternate version of the time library
MiniHTTP.hs: a mini http server
Process.hs: a wrapper over System.Process
Regex.hsc: a fast packed string regex library
Serial.hs:: a serialisation API
Util.hs: miscellaneous string, and other, functions
Package: libghc-lambdabot-utils-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: utility libraries for Lambdabot${haskell:ShortBlurb}
${haskell:Blurb}
.
Lambdabot is an IRC bot written over several years by those on
the #haskell IRC channel.
.
This package contains custom libraries for various plugin functions.
AltTime.hs: alternate version of the time library
MiniHTTP.hs: a mini http server
Process.hs: a wrapper over System.Process
Regex.hsc: a fast packed string regex library
Serial.hs:: a serialisation API
Util.hs: miscellaneous string, and other, functions
|