File: control

package info (click to toggle)
tkinspect 5.1.6p10-6.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 488 kB
  • sloc: tcl: 3,504; makefile: 23
file content (18 lines) | stat: -rw-r--r-- 689 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: tkinspect
Section: interpreters
Priority: optional
Maintainer: Sergei Golovan <sgolovan@debian.org>
Build-Depends: debhelper (>= 10.0.0)
Build-Depends-Indep: tcllib
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/tcltk-team/tkinspect
Vcs-Git: https://salsa.debian.org/tcltk-team/tkinspect.git

Package: tkinspect
Architecture: all
Depends: tk, ${misc:Depends}
Description: Tk application inspector for developing in Tcl
 Tkinspect is a tool to permit one to inspect the contents of a
 separate running Tk application. It has views for the variables,
 arrays, procedures and other objects in the inspectee and
 communicates using the Tk send or tcllib comm commands.