File: control

package info (click to toggle)
et 80b2-8
  • links: PTS
  • area: main
  • in suites: potato, slink
  • size: 1,068 kB
  • ctags: 1,074
  • sloc: ansic: 10,313; tcl: 2,633; makefile: 179; sh: 19
file content (17 lines) | stat: -rw-r--r-- 614 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: et
Section: devel
Priority: extra
Maintainer: Wichert Akkerman <wakkerma@debian.org>
Standards-Version: 2.4.0.1

Package: et
Architecture: any
Depends: ${shlibs:Depends}, tcl8.0-dev, tk8.0-dev
Description: Embedded Tk (libc6 compile)
 ET is a simple preprocessor and small interface library that make it
 easy to mix Tcl/Tk and C in the same program.  With ET, you can put a
 few commands of Tcl/Tk code in the middle of a C routine.  ET also
 makes it very easy to write C functions that work as new Tcl/Tk
 commands -- effectively allowing you to put pieces of C code in the
 middle of your Tcl script.