calog/vendor/tcl/library/msgcat/pkgIndex.tcl
2026-07-04 23:22:22 -05:00

2 lines
151 B
Tcl
Vendored

if {![package vsatisfies [package provide Tcl] 9.0-]} {return}
package ifneeded msgcat 1.7.1 [list source -encoding utf-8 [file join $dir msgcat.tcl]]