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
|
Source: iwidgets4
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)
Build-Depends-Indep: tcl-itcl4-dev, tk-itk4-dev, tk-dev
Standards-Version: 4.7.2
Homepage: https://incrtcl.sourceforge.net/iwidgets/
Vcs-Browser: https://salsa.debian.org/tcltk-team/iwidgets4
Vcs-Git: https://salsa.debian.org/tcltk-team/iwidgets4.git
Package: iwidgets4
Architecture: all
Multi-Arch: foreign
Depends: itk3 | tk-itk4, ${misc:Depends}
Suggests: iwidgets4-doc
Conflicts: itcl3.0 (<< 3.0.1)
Provides: tk-iwidgets4 (= ${binary:Version}), tk8.6-iwidgets4 (= ${binary:Version}), tk9.0-iwidgets4 (= ${binary:Version})
Description: [incr Widgets] Tk-based widget collection - run-time files
[incr Widgets] (or iwidgets) is an object-oriented "mega-widget" set,
or collection of high-level user-interface components, based on the
popular Tk toolkit and the itcl/itk OO framework. Iwidgets contains
over 50 ready-to-use mega-widgets including calendar, canvasprintdialog,
combobox, fileselectiondialog, hyperhelp, notebook, radiobox, spinner,
and many more.
Package: iwidgets4-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Suggests: iwidgets4
Conflicts: iwidgets-dev, iwidgets-doc, itcl3.0-dev (<< 3.0.1)
Provides: tk-iwidgets4-doc (= ${binary:Version}), tk8.6-iwidgets4-doc (= ${binary:Version}), tk9.0-iwidgets4-doc (= ${binary:Version})
Description: [incr Widgets] Tk-based widget collection - man pages
[incr Widgets] (or iwidgets) is an object-oriented "mega-widget" set,
or collection of high-level user-interface components, based on the
popular Tk toolkit and the itcl/itk OO framework. This package
contains man pages documenting the widget classes.
|