File: control

package info (click to toggle)
twin 0.4.0-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,804 kB
  • ctags: 23,904
  • sloc: ansic: 61,860; cpp: 1,023; makefile: 777; sh: 552; lex: 302; yacc: 231
file content (37 lines) | stat: -rw-r--r-- 1,329 bytes parent folder | download
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
Source: twin
Section: utils
Priority: optional
Maintainer: Jean-Marc Bourdaret <casi@debian.org>
Build-Depends: debhelper (>> 3.0.0), libgpmg1-dev, libncurses5-dev, xlibs-dev, zlib1g-dev, m4
Standards-Version: 3.5.2

Package: twin
Architecture: any
Depends: ${shlibs:Depends}
Description: a Text mode WINdow environment.
 Twin is a windowing environment with mouse support, window manager,
 terminal emulator and networked clients, all inside a text display.
  It supports a variety of displays:
  * plain text terminals (any termcap/ncurses compatible terminal,
 Linux console, twin's own terminal emulator);
  * X11, where it can be used as a multi-window xterm;
  * itself (you can display a twin on another twin);
  * twdisplay, a general network-transparent display client, used
 to attach/detach more displays on-the-fly.

Package: libtw
Section: libs
Architecture: any
Depends: libncurses5, libgpmg1
Recommends: zlib1g, twin
Suggests: libtw-dev, twin, xlibs
Description: a Text mode WINdow environment - required library
 This package contains libtw, which is used by twin.
 This version is compiled with Unicode support.

Package: libtw-dev
Section: devel
Architecture: any
Depends: libtw(=3.0.3-4), libc6-dev
Description: a Text mode WINdow environment library, development
 Static libraries and include files for twin.