pkgIndex.tcl.in at [8e510a3598]
Bounty program for improvements to Tcl and certain Tcl packages.

File pkgIndex.tcl.in artifact 69b06405aa part of check-in 8e510a3598


package ifneeded tls @[email protected] [list apply {{dir} {
	if {{@[email protected]} eq "static"} {
		load {} Tls
	} else {
		load [file join $dir [email protected]@] Tls
	}

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