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 59 60 61 62 63 64
|
Source: itcl4
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 (>= 10.0.0), tcl-dev
Standards-Version: 4.5.1
Homepage: http://incrtcl.sourceforge.net/
Vcs-Browser: https://salsa.debian.org/tcltk-team/itcl4
Vcs-Git: https://salsa.debian.org/tcltk-team/itcl4.git
Package: tcl-itcl4
Section: libs
Priority: optional
Architecture: any
Depends: libtcl, ${shlibs:Depends}, ${misc:Depends}
Suggests: tcl-itcl4-doc
Multi-arch: same
Description: [incr Tcl] OOP extension for Tcl - run-time files
[incr Tcl] (or itcl) is a popular object-oriented extension for the
embeddable Tcl scripting language. The name is a play on C++, and
itcl has a similar object model, including multiple inheritance and
public and private classes and variables. Unlike most OOP extensions
to Tcl, itcl is written in C for speed.
.
This package contains everything you need to run itcl scripts and
itcl-enabled apps.
Package: tcl-itcl4-dev
Section: devel
Priority: optional
Architecture: any
Depends: tcl-dev, tcl-itcl4 (= ${binary:Version}), ${misc:Depends}
Suggests: tcl-itcl4-doc
Conflicts: itcl-dev, itcl3-dev, tcl-itcl-dev
Provides: tcl-itcl-dev
Multi-arch: same
Description: [incr Tcl] OOP extension for Tcl - development files
[incr Tcl] (or itcl) is a popular object-oriented extension for the
embeddable Tcl scripting language. The name is a play on C++, and
itcl has a similar object model, including multiple inheritance and
public and private classes and variables. Unlike most OOP extensions
to Tcl, itcl is written in C for speed.
.
This package contains the headers and libraries needed to embed or
add C extensions to itcl.
Package: tcl-itcl4-doc
Section: doc
Priority: optional
Architecture: all
Depends: ${misc:Depends}
Suggests: tcl-itcl4
Conflicts: itcl-doc, tcl-itcl-doc
Provides: tcl-itcl-doc
Description: [incr Tcl] OOP extension for Tcl - manual pages
[incr Tcl] (or itcl) is a popular object-oriented extension for the
embeddable Tcl scripting language. The name is a play on C++, and
itcl has a similar object model, including multiple inheritance and
public and private classes and variables. Unlike most OOP extensions
to Tcl, itcl is written in C for speed.
.
This package contains the man pages for the new commands that itcl
adds to Tcl.
|