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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
Source: itcl3
Section: libs
Priority: optional
Maintainer: Chris Waters <xtifr@debian.org>
Build-Depends: debhelper (>= 4), xlibs-dev, tcl8.4-dev, tk8.4-dev
Standards-Version: 3.6.0
Package: itcl3
Section: libs
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}, tcl8.4
Suggests: itcl3-doc
Conflicts: insight (<= 5.3+cvs.2003.08.30-1)
Description: [incr Tcl] OOP extension for Tcl - run-time files
[incr Tcl] (or itcl) is a popular object-oriented extensionfor 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.
.
Homepage: http://incrtcl.sourceforge.net/
Package: itcl3-dev
Section: devel
Priority: optional
Architecture: any
Depends: libc6-dev, tcl8.4-dev, itcl3 (= ${Source-Version})
Conflicts: itcl-dev
Recommends: itcl3-doc
Description: [incr Tcl] OOP extension for Tcl - development files
[incr Tcl] (or itcl) is a popular object-oriented extensionfor 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.
.
Homepage: http://incrtcl.sourceforge.net/
Package: itcl3-doc
Section: devel
Priority: optional
Architecture: all
Suggests: itcl3
Conflicts: itcl-dev, itcl-doc
Provides: itcl-doc
Description: [incr Tcl] OOP extension for Tcl - manual pages
[incr Tcl] (or itcl) is a popular object-oriented extensionfor 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.
.
Homepage: http://incrtcl.sourceforge.net/
Package: itk3
Section: libs
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}, tk8.4, itcl3 (= ${Source-Version})
Suggests: itk3-doc
Conflicts: insight (<= 5.3+cvs.2003.08.30-1)
Description: [incr Tk] OOP extension for Tk - run-time files
[incr Tk] (or itk) combines the object-oriented power of [incr Tcl]
with the popular Tk graphical toolkit to create a framework for
creating mega-widgets. One such set of mega-widgets is provided by
the iwidgets package.
.
This package contains everything you need to run itk scripts and
itk-enabled apps.
.
Homepage: http://incrtcl.sourceforge.net/
Package: itk3-dev
Section: devel
Priority: optional
Architecture: any
Depends: libc6-dev, itcl3-dev, tk8.4-dev, itk3 (= ${Source-Version})
Conflicts: itk-dev, itcl3.0-dev (<< 3.0.1)
Recommends: itk3-doc
Description: [incr Tk] OOP extension for Tk - development files
[incr Tk] (or itk) combines the object-oriented power of [incr Tcl]
with the popular Tk graphical toolkit to create a framework for
creating mega-widgets. One such set of mega-widgets is provided by
the iwidgets package.
.
This package contains the headers and libraries needed to embed or
add C extensions to itk.
.
Homepage: http://incrtcl.sourceforge.net/
Package: itk3-doc
Section: devel
Priority: optional
Architecture: all
Recommends: itcl3-doc
Suggests: itk3
Conflicts: itk-dev, itk-doc
Provides: itk-doc
Description: [incr Tk] OOP extension for Tk - manual pages
[incr Tk] (or itk) combines the object-oriented power of [incr Tcl]
with the popular Tk graphical toolkit to create a framework for
creating mega-widgets. One such set of mega-widgets is provided by
the iwidgets package.
.
This package contains the man pages for the classes provided by itk.
.
Homepage: http://incrtcl.sourceforge.net/
|