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
|
Source: stumpwm
Section: x11
Priority: optional
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Uploaders: Peter Van Eynde <pvaneynd@debian.org>,
Desmond O. Chang <dochang@gmail.com>,
Milan Zamazal <pdm@debian.org>,
Benda Xu <orv@debian.org>
Build-Depends-Indep: autoconf, cl-alexandria, cl-clx-sbcl (>= 0.7.5), cl-fiasco, cl-ppcre, sbcl (>= 2.2.7), texinfo
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://stumpwm.github.io/
Vcs-Git: https://salsa.debian.org/common-lisp-team/stumpwm.git
Vcs-Browser: https://salsa.debian.org/common-lisp-team/stumpwm
Package: stumpwm
Architecture: all
Depends: cl-clx-sbcl, cl-ppcre, cl-alexandria, ${misc:Depends}
Suggests: info-browser,
rlwrap,
slime,
www-browser,
x-terminal-emulator,
x11-utils
Provides: x-window-manager
Description: tiling, keyboard driven Common Lisp window manager
StumpWM is a window manager written entirely in Common Lisp. It
attempts to be highly customizable while relying entirely on the
keyboard for input. You will not find buttons, icons, title bars,
tool bars, or any of the other conventional GUI widgets.
.
These design decisions reflect the growing popularity of productive,
customizable lisp based systems.
.
The suggested package, slime, lets you control a running StumpWM
session through Emacs.
.
If you need Xinerama support, you need the xdpyinfo utility from the
x11-utils package.
|