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
|
Source: xmonad-contrib
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Joachim Breitner <nomeata@debian.org>, Ryan Kavanagh <rak@debian.org>
Priority: extra
Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.9),
cdbs,
ghc,
ghc-prof,
libx11-dev,
libxinerama-dev,
libghc-x11-dev (>= 1.6.1),
libghc-x11-dev (<< 1.7),
libghc-x11-prof,
libghc-x11-xft-dev (>= 0.2),
libghc-x11-xft-prof,
libghc-extensible-exceptions-dev,
libghc-extensible-exceptions-prof,
libghc-mtl-dev (>= 1),
libghc-mtl-dev (<< 3),
libghc-mtl-prof,
libghc-old-locale-dev,
libghc-old-locale-prof,
libghc-old-time-dev,
libghc-old-time-prof,
libghc-random-dev,
libghc-random-prof,
libghc-utf8-string-dev,
libghc-utf8-string-prof,
libghc-xmonad-dev (>= 0.11),
libghc-xmonad-dev (<< 0.12),
libghc-xmonad-prof,
Build-Depends-Indep: ghc-doc,
libghc-x11-doc,
libghc-x11-xft-doc,
libghc-extensible-exceptions-doc,
libghc-mtl-doc,
libghc-random-doc,
libghc-utf8-string-doc,
libghc-xmonad-doc,
Standards-Version: 3.9.6
Homepage: http://xmonad.org/
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/xmonad-contrib
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/xmonad-contrib
Package: libghc-xmonad-contrib-dev
Architecture: any
Depends: ${haskell:Depends},
${shlibs:Depends},
${misc:Depends},
libx11-dev,
libxinerama-dev,
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: xmonadcontrib,
Provides: ${haskell:Provides},
Replaces: xmonadcontrib,
Description: Extensions to xmonad
This is a huge extensions library for xmonad, providing alternative
layout algorithms, key bindings, extended operations, and much more.
.
Xmonad is a minimalist tiling window manager for X, written in
Haskell. Windows are managed using automatic layout algorithms,
which can be dynamically reconfigured. At any time windows are
arranged so as to maximise the use of screen real estate. All
features of the window manager are accessible purely from the
keyboard: a mouse is entirely optional. Xmonad is configured in
Haskell, and custom layout algorithms may be implemented by the user
in config files. A principle of Xmonad is predictability: the user
should know in advance precisely the window arrangement that will
result from any action.
.
This package is what you need to build your custom configured xmonad
binary.
Package: libghc-xmonad-contrib-prof
Architecture: any
Depends: ${haskell:Depends},
${misc:Depends},
Provides: ${haskell:Provides},
Description: Extensions to xmonad; profiling libraries
This is a huge extensions library for xmonad, providing alternative
layout algorithms, key bindings, extended operations, and much more.
.
Xmonad is a minimalist tiling window manager for X, written in
Haskell. Windows are managed using automatic layout algorithms,
which can be dynamically reconfigured. At any time windows are
arranged so as to maximise the use of screen real estate. All
features of the window manager are accessible purely from the
keyboard: a mouse is entirely optional. Xmonad is configured in
Haskell, and custom layout algorithms may be implemented by the user
in config files. A principle of Xmonad is predictability: the user
should know in advance precisely the window arrangement that will
result from any action.
.
This package is what you need to profile your custom configured xmonad
binary.
Package: libghc-xmonad-contrib-doc
Architecture: all
Section: doc
Depends: ${haskell:Depends},
${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Description: Extensions to xmonad; documentation
This is a huge extensions library for xmonad, providing alternative
layout algorithms, key bindings, extended operations, and much more.
.
Xmonad is a minimalist tiling window manager for X, written in
Haskell. Windows are managed using automatic layout algorithms,
which can be dynamically reconfigured. At any time windows are
arranged so as to maximise the use of screen real estate. All
features of the window manager are accessible purely from the
keyboard: a mouse is entirely optional. Xmonad is configured in
Haskell, and custom layout algorithms may be implemented by the user
in config files. A principle of Xmonad is predictability: the user
should know in advance precisely the window arrangement that will
result from any action.
.
This package contains the documentation for building your custom
configured xmonad binary as well as example configuration files.
|