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 125 126 127 128 129 130 131 132 133
|
Source: haskell-termonad
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
Priority: optional
Section: haskell
Build-Depends: debhelper (>= 10),
haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
cdbs,
ghc,
ghc-prof,
libghc-quickcheck2-dev,
libghc-quickcheck2-prof,
libghc-classy-prelude-dev,
libghc-classy-prelude-prof,
libghc-colour-dev,
libghc-colour-prof,
libghc-constraints-dev,
libghc-constraints-prof,
libghc-data-default-dev,
libghc-data-default-prof,
libghc-dyre-dev,
libghc-dyre-prof,
libghc-gi-gdk-dev,
libghc-gi-gdk-prof,
libghc-gi-gio-dev,
libghc-gi-gio-prof,
libghc-gi-glib-dev,
libghc-gi-glib-prof,
libghc-gi-gtk-dev (>= 3.0.24),
libghc-gi-gtk-prof,
libghc-gi-pango-dev,
libghc-gi-pango-prof,
libghc-gi-vte-dev (>= 2.91.19),
libghc-gi-vte-prof,
libghc-haskell-gi-base-dev,
libghc-haskell-gi-base-prof,
libghc-lens-dev,
libghc-lens-prof,
libghc-pretty-simple-dev,
libghc-pretty-simple-prof,
libghc-xml-conduit-dev,
libghc-xml-conduit-prof,
libghc-xml-html-qq-dev,
libghc-xml-html-qq-prof,
libghc-doctest-dev,
libghc-doctest-prof,
libghc-hedgehog-dev,
libghc-hedgehog-prof,
libghc-tasty-dev,
libghc-tasty-prof,
libghc-tasty-hedgehog-dev,
libghc-tasty-hedgehog-prof,
libghc-cabal-doctest-dev,
Build-Depends-Indep: ghc-doc,
libghc-quickcheck2-doc,
libghc-classy-prelude-doc,
libghc-colour-doc,
libghc-constraints-doc,
libghc-data-default-doc,
libghc-dyre-doc,
libghc-gi-gdk-doc,
libghc-gi-gio-doc,
libghc-gi-glib-doc,
libghc-gi-gtk-doc,
libghc-gi-pango-doc,
libghc-gi-vte-doc,
libghc-haskell-gi-base-doc,
libghc-lens-doc,
libghc-pretty-simple-doc,
libghc-xml-conduit-doc,
libghc-xml-html-qq-doc,
Standards-Version: 4.3.0
Homepage: https://github.com/cdepillabout/termonad
X-Description: terminal emulator configurable in Haskell
Termonad is a terminal emulator configurable in Haskell. It is
extremely customizable and provides hooks to modify the default
behavior. It can be thought of as the "XMonad" of terminal
emulators.
Package: libghc-termonad-dev
Architecture: any
Depends: ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-termonad-prof
Architecture: any
Depends: ${haskell:Depends},
${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-termonad-doc
Architecture: all
Section: doc
Depends: ${haskell:Depends},
${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
Package: termonad
Architecture: any
Section: x11
Depends: ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
|