File: control

package info (click to toggle)
libt3window 0.4.0-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 636 kB
  • sloc: ansic: 6,176; sh: 878; xml: 172; python: 171; makefile: 62
file content (29 lines) | stat: -rw-r--r-- 1,205 bytes parent folder | download | duplicates (2)
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
Source: libt3window
Maintainer: Gertjan Halkes <debian@ghalkes.nl>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 10), libtool-bin, gettext, pkg-config,
 libtranscript-dev (>= 0.2.2), libunistring-dev, libncurses-dev
Standards-Version: 4.3.0
Homepage: https://os.ghalkes.nl/t3/libt3window.html

Package: libt3window-dev
Architecture: any
Section: libdevel
Depends: libt3window0 (= ${binary:Version}), ${misc:Depends},
 libtranscript-dev (>= 0.2.2), libunistring-dev, libncurses-dev
Description: Development files for libt3window
 The libt3window library provides functions for manipulating the terminal and
 for creating (possibly overlapping) windows on a terminal. libt3window can be
 used instead of (n)curses for drawing on the terminal.
 .
 This package contains the header files to compile programs against
 libt3window.

Package: libt3window0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library for creating window-based terminal programs
 The libt3window library provides functions for manipulating the terminal and
 for creating (possibly overlapping) windows on a terminal. libt3window can be
 used instead of (n)curses for drawing on the terminal.