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 50 51 52 53 54 55 56 57 58
|
Source: tcl9.0
Section: libs
Priority: optional
Maintainer: Debian Tcl/Tk Packagers <pkg-tcltk-devel@lists.alioth.debian.org>
Uploaders: Sergei Golovan <sgolovan@debian.org>
Build-Depends: debhelper-compat (= 13), zlib1g-dev, libtommath-dev
Standards-Version: 4.7.0
Homepage: http://www.tcl.tk/
Vcs-Browser: https://salsa.debian.org/tcltk-team/tcl9.0
Vcs-Git: https://salsa.debian.org/tcltk-team/tcl9.0.git
Package: tcl9.0
Section: interpreters
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: tcl-tclreadline
Multi-Arch: foreign
Description: Tcl (the Tool Command Language) v9.0 - shell
Tcl is a powerful, easy to use, embeddable, cross-platform interpreted
scripting language. This package contains the Tcl shell which you need
to run Tcl scripts. This version includes thread support.
Package: libtcl9.0
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: tzdata, ${shlibs:Depends}, ${misc:Depends}
Suggests: tcl9.0
Provides: libtcl
Multi-Arch: same
Description: Tcl (the Tool Command Language) v9.0 - run-time library files
Tcl is a powerful, easy to use, embeddable, cross-platform interpreted
scripting language. This package contains the Tcl library and auxiliary
code which allows one to run Tcl-enabled applications. This version
includes thread support.
Package: tcl9.0-dev
Section: libdevel
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: zlib1g-dev, libtcl9.0 (= ${binary:Version}),
tcl9.0, ${misc:Depends}
Suggests: tcl9.0-doc
Multi-Arch: same
Description: Tcl (the Tool Command Language) v9.0 - 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.
Package: tcl9.0-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: tcl9.0
Conflicts: tcldoc
Provides: tcldoc
Description: Tcl (the Tool Command Language) v9.0 - manual pages
Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted
scripting language. This package contains the man pages for Tcl commands.
|