File: pkgIndex.tcl.in

package info (click to toggle)
itcl3 3.4.3-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,496 kB
  • sloc: ansic: 9,914; sh: 421; tcl: 153; makefile: 63
file content (4 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (5)
1
2
3
4
# Tcl package index file, version 1.0

if {![package vsatisfies [package provide Tcl] @TCL_VERSION@]} {return}
package ifneeded Itcl @PACKAGE_VERSION@ [list load [file join $dir "@PKG_LIB_FILE@"] Itcl]