File: pkgIndex.tcl.in

package info (click to toggle)
itcl4 4.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,512 kB
  • sloc: ansic: 25,739; tcl: 1,705; sh: 452; makefile: 68
file content (14 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- tcl -*-
# Tcl package index file, version 1.1
#

if {![package vsatisfies [package provide Tcl] 8.6-]} {return}

if {[package vsatisfies [package provide Tcl] 9.0-]} {
    package ifneeded itcl @PACKAGE_VERSION@ \
	    [list load [file join $dir @PKG_LIB_FILE9@] Itcl]
} else {
    package ifneeded itcl @PACKAGE_VERSION@ \
	    [list load [file join $dir @PKG_LIB_FILE8@] Itcl]
}
package ifneeded Itcl @PACKAGE_VERSION@ [list package require -exact itcl @PACKAGE_VERSION@]