/usr/share/tcltk/tcllib1.14/tie/pkgIndex.tcl is in tcllib 1.14-dfsg-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | if {![package vsatisfies [package provide Tcl] 8.4]} {return}
package ifneeded tie 1.1 [list source [file join $dir tie.tcl]]
package ifneeded tie::std::file 1.0.4 [list source [file join $dir tie_file.tcl]]
package ifneeded tie::std::growfile 1.0 [list source [file join $dir tie_growfile.tcl]]
package ifneeded tie::std::log 1.0 [list source [file join $dir tie_log.tcl]]
package ifneeded tie::std::array 1.0 [list source [file join $dir tie_array.tcl]]
package ifneeded tie::std::rarray 1.0 [list source [file join $dir tie_rarray.tcl]]
package ifneeded tie::std::dsource 1.0 [list source [file join $dir tie_dsource.tcl]]
|