File: control

package info (click to toggle)
tcl-signal 1.4-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 224 kB
  • ctags: 30
  • sloc: ansic: 443; sh: 152; tcl: 103; makefile: 71
file content (20 lines) | stat: -rw-r--r-- 884 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: tcl-signal
Section: interpreters
Priority: optional
Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Build-Depends: debhelper (>= 9), tcl-dev, dh-autoreconf
Standards-Version: 3.9.8
Homepage: http://www.nyx.net/~mschwart/signal_ext.html
Vcs-Git: https://anonscm.debian.org/git/pkg-tcltk/packages/tcl-signal.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-tcltk/packages/tcl-signal.git

Package: tcl-signal
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: ${wish:Depends}
Description: "Signal" extension for Tcl
 This extension adds dynamically loadable signal handling to Tcl/Tk 
 scripts. It provides a very limited subset of the functionality of tclX (just
 the signal part, and about 3/4 of the functions for signals), but as a result
 is quite small and quick to load.