/usr/share/tcltk/tcllib1.14/rc4/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 9 10 11 12 13 | # pkgIndex.tcl -
#
# RC4 package index file
#
# This package has been tested with tcl 8.2.3 and above.
#
# $Id: pkgIndex.tcl,v 1.4 2005/12/20 16:19:38 patthoyts Exp $
if {![package vsatisfies [package provide Tcl] 8.2]} {
# PRAGMA: returnok
return
}
package ifneeded rc4 1.1.0 [list source [file join $dir rc4.tcl]]
|