This file is indexed.

/usr/share/tcltk/tcllib1.16/ripemd/pkgIndex.tcl is in tcllib 1.16-dfsg-2.

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
# pkgIndex.tcl - 
#
# RIPEMD package index file
#
# This package has been tested with tcl 8.2.3 and above.
#
# $Id: pkgIndex.tcl,v 1.6 2009/05/07 01:12:59 patthoyts Exp $

if {![package vsatisfies [package provide Tcl] 8.2]} {return}
package ifneeded ripemd128 1.0.4 [list source [file join $dir ripemd128.tcl]]
package ifneeded ripemd160 1.0.4 [list source [file join $dir ripemd160.tcl]]