File: control

package info (click to toggle)
termpaint 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,740 kB
  • sloc: cpp: 40,344; ansic: 10,323; python: 402; sh: 36; makefile: 14
file content (50 lines) | stat: -rw-r--r-- 1,618 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
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: termpaint
Maintainer: Christoph Hueffelmann <chr@istoph.de>
Uploaders: Martin Hostettler <textshell@uchuujin.de>
Section: libs
Priority: optional
Standards-Version: 4.7.2
Rules-Requires-Root: no
Build-Depends:
  debhelper-compat (=13),
  meson,
  ninja-build,
  pkgconf,
  picojson-dev,
  catch2,
  libfmt-dev,
  libdocopt-dev,
  cmake,
  python3-sphinx:native,
  dh-sequence-sphinxdoc
Homepage: https://termpaint.namepad.de/
Vcs-Git: https://salsa.debian.org/debian/termpaint.git
Vcs-Browser: https://salsa.debian.org/debian/termpaint

Package: libtermpaint0a
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: low level terminal access - shared library
 Termpaint is a low level terminal interface library for
 character-cell terminals in the tradition of VT1xx (like xterm, etc).
 It’s designed to be portable and flexible to integrate. It covers event
 handling and rendering.
 .
 This package contains the shared libraries necessary to run programs
 compiled with termpaint.

Package: libtermpaint-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libtermpaint0a (= ${binary:Version}), ${misc:Depends}, ${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Description: low level terminal access - headers
 Termpaint is a low level terminal interface library for
 character-cell terminals in the tradition of VT1xx (like xterm, etc).
 It’s designed to be portable and flexible to integrate. It covers event
 handling and rendering.
 .
 This package contains the header files and symbolic links need for
 building software using termpaint.