summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/otp/pkgIndex.tcl
blob: 803854b31fc71c668bef11bd6d31ddcfed4bc5b9 (plain)
1
2
3
# pkgIndex.tcl -*- tcl -*-
if {![package vsatisfies [package provide Tcl] 8.2]} { return }
package ifneeded otp 1.0.0 [list source [file join $dir otp.tcl]]