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 39 40 41 42 43 44 45 46 47 48 49
|
Source: tcl8.3
Section: libs
Priority: optional
Maintainer: Chris Waters <xtifr@debian.org>
Build-Depends: debhelper (>= 3.0)
Standards-Version: 3.5.9
Package: tcl8.3
Section: interpreters
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: tcl, tcl74 (<= 7.4p3-2)
Provides: tclsh
Suggests: tclreadline
Description: Tcl (the Tool Command Language) v8.3 - run-time files
Tcl is a powerful, easy to use, embeddable, cross-platform interpreted
scripting language. This package contains everything you need to run
Tcl scripts and Tcl-enabled apps. This version does not support
threads; if you need thread support, please use tcl8.4.
.
Homepage: http://www.tcl.tk/
Package: tcl8.3-doc
Section: doc
Priority: optional
Architecture: all
Suggests: tcl8.3
Conflicts: tcl, tcl-dev, tcl-doc
Provides: tcl-doc
Description: Tcl (the Tool Command Language) v8.3 - manual pages
Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted
scripting language. This package contains the man pages for Tcl commands.
.
Homepage: http://www.tcl.tk/
Package: tcl8.3-dev
Section: devel
Priority: optional
Architecture: any
Depends: libc6-dev | libc-dev, tcl8.3 (= ${Source-Version})
Conflicts: tcl, tcl-dev
Suggests: tcl8.3-doc
Description: Tcl (the Tool Command Language) v8.3 - development files
Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted
scripting language. This package contains the headers and libraries
needed to embed or extend Tcl.
.
Homepage: http://www.tcl.tk/
|