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
|
Source: itk4
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), libxt-dev, tcl-itcl4-dev (>> 4.0.0~), tk-dev
Standards-Version: 4.1.3
Homepage: http://incrtcl.sourceforge.net/
Vcs-Browser: https://salsa.debian.org/tcltk-team/itk4
Vcs-Git: https://salsa.debian.org/tcltk-team/itk4.git
Package: tk-itk4
Section: libs
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}, libtk, tcl-itcl4, ${misc:Depends}
Suggests: tk-itk4-doc
Multi-Arch: same
Description: [incr Tk] OOP extension version 4 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.
Package: tk-itk4-dev
Section: devel
Priority: optional
Architecture: any
Depends: tcl-itcl4-dev, tk-dev, tk-itk4 (= ${binary:Version}), ${misc:Depends}
Suggests: tk-itk4-doc
Conflicts: itk-dev, itk3-dev, tk-itk-dev
Provides: tk-itk-dev
Multi-Arch: same
Description: [incr Tk] OOP extension version 4 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.
Package: tk-itk4-doc
Section: doc
Priority: optional
Architecture: all
Depends: ${misc:Depends}
Suggests: tk-itk4
Conflicts: itk-doc, tk-itk-doc
Provides: tk-itk-doc
Description: [incr Tk] OOP extension version 4 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.
|