File: control

package info (click to toggle)
tinywm 1.3-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 96 kB
  • ctags: 19
  • sloc: ansic: 92; makefile: 59; sh: 30; python: 29
file content (20 lines) | stat: -rw-r--r-- 623 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: tinywm
Section: x11
Priority: optional
Maintainer: Nobuhiro Iwamatsu <hemamu@t-base.ne.jp>
Build-Depends: debhelper (>= 4.0.0) , xlibs-dev (>>4.1.0) , python-xlib
Standards-Version: 3.6.1

Package: tinywm
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: x-window-manager
Description: Tiny Window Manager
 TinyWM is a small and simple window manager with small 
 memory footprint, useful in embedded systems.
 .
 Features window move, resize, sloppy focus and raise.
 .
 Due to the simplicity, the source code in C and python 
 can be used for reference in Window Manager programming basics.