File: pkgIndex.tcl.in

package info (click to toggle)
itcl3 3.4.1-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,956 kB
  • ctags: 1,005
  • sloc: ansic: 9,891; sh: 421; tcl: 153; makefile: 62
file content (4 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (2)
1
2
3
4
# Tcl package index file, version 1.0

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