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.6.2
Build-Depends: tcl-dev,
tk-dev,
debhelper-compat (=13),
perl,
groff
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 | 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.
|