pkgIndex.tcl.in at [93cbbb7ee9]

File pkgIndex.tcl.in artifact 69b06405aa part of check-in 93cbbb7ee9


package ifneeded tls @PACKAGE_VERSION@ [list apply {{dir} {
	if {{@TCLEXT_BUILD@} eq "static"} {
		load {} Tls
	} else {
		load [file join $dir tcltls.@SHOBJEXT@] Tls
	}

	set tlsTclInitScript [file join $dir tls.tcl]
	if {[file exists $tlsTclInitScript]} {
		source $tlsTclInitScript
	}
}} $dir]