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
|
Source: hbro
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
, ghc-ghci
, libghc-cond-dev
, libghc-cond-prof
, libghc-data-default-dev
, libghc-data-default-prof
, libghc-dyre-dev (>> 0.8.8)
, libghc-dyre-prof
, libghc-glib-dev
, libghc-glib-prof
, libghc-gtk-dev (>> 0.12.3)
, libghc-gtk-prof
, libghc-lens-dev
, libghc-lens-prof
, libghc-monad-control-dev
, libghc-monad-control-prof
, libghc-mtl-dev
, libghc-mtl-prof
, libghc-network-dev
, libghc-network-prof
, libghc-pango-dev
, libghc-pango-prof
, libghc-transformers-dev
, libghc-transformers-prof
, libghc-transformers-base-dev
, libghc-transformers-base-prof
, libghc-xdg-basedir-dev
, libghc-xdg-basedir-prof
, libghc-webkit-dev
, libghc-webkit-prof
, libghc-zeromq4-haskell-dev
, libghc-zeromq4-haskell-prof
Build-Depends-Indep: ghc-doc
, libghc-cond-doc
, libghc-data-default-doc
, libghc-dyre-doc
, libghc-glib-doc
, libghc-gtk-doc
, libghc-lens-doc
, libghc-monad-control-doc
, libghc-mtl-doc
, libghc-network-doc
, libghc-pango-doc
, libghc-transformers-doc
, libghc-transformers-base-doc
, libghc-webkit-doc
, libghc-xdg-basedir-doc
, libghc-zeromq4-haskell-doc
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/hbro
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/hbro
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/hbro
Package: hbro
Architecture: any
Section: web
Depends: ${haskell:Depends}
, ${shlibs:Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}, libghc-hbro-dev
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: minimal KISS-compliant web browser
hbro is a minimal web browser using WebKitGTK+ and ZeroMQ.
It is written in and configured in Haskell.
Package: libghc-hbro-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}, libghc-hbro-contrib-dev
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: minimal KISS-compliant web browser${haskell:ShortBlurb}
hbro is a minimal web browser using WebKitGTK+ and ZeroMQ.
It is written in and configured in Haskell.
.
${haskell:Blurb}
Package: libghc-hbro-prof
Architecture: any
Depends: ${haskell:Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}, libghc-hbro-contrib-prof
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: minimal KISS-compliant web browser${haskell:ShortBlurb}
hbro is a minimal web browser using WebKitGTK+ and ZeroMQ.
It is written in and configured in Haskell.
.
${haskell:Blurb}
Package: libghc-hbro-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}, libghc-hbro-contrib-doc
Suggests: ${haskell:Suggests}
Description: minimal KISS-compliant web browser${haskell:ShortBlurb}
hbro is a minimal web browser using WebKitGTK+ and ZeroMQ.
It is written in and configured in Haskell.
.
${haskell:Blurb}
|