File: control

package info (click to toggle)
tix 8.4.3-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,088 kB
  • sloc: ansic: 28,082; tcl: 22,774; python: 7,577; makefile: 333; cs: 253; sh: 210; perl: 128
file content (38 lines) | stat: -rw-r--r-- 1,106 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
Source: tix
Section: libs
Priority: optional
Maintainer: Georges Khaznadar <georgesk@debian.org>
Standards-Version: 4.5.1
Build-Depends: tcl-dev,
 tk-dev,
 debhelper-compat (=13),
 perl,
 groff (>= 1.20.1)
Vcs-Browser: https://salsa.debian.org/georgesk/tix
Vcs-Git: https://salsa.debian.org/georgesk/tix.git

Package: tix
Section: libs
Architecture: any
Depends: tcl (>= 8.6.0) | tclsh, ${shlibs:Depends}, ${misc:Depends}
Description: library for Tk -- runtime package
 The Tix library for Tk extends Tk with new widgets like:
    o panned windows,
    o hierarchical lists,
    o folders,
    o combo boxes,
    o help balloons,
    o and many others.
 .
 The Tix look and feel is really good. Additionally, Tix eases construction
 of mega-widget and has a full-fledged C interface as well.

Package: tix-dev
Section: devel
Architecture: any
Depends: tix (= ${binary:Version}), tk-dev, tcl-dev,
 ${shlibs:Depends}, ${misc:Depends}
Description: library for Tk -- development package
 The Tix library for Tk extends Tk with new widgets.
 .
 This package includes files, static libraries, man pages for Tix.