File: control

package info (click to toggle)
et 80b2-6
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,052 kB
  • ctags: 1,076
  • sloc: ansic: 10,311; tcl: 2,633; makefile: 180
file content (17 lines) | stat: -rw-r--r-- 615 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 Tcl (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.