diff options
Diffstat (limited to 'tcllib/modules/rc4/pkgIndex.tcl')
-rw-r--r-- | tcllib/modules/rc4/pkgIndex.tcl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tcllib/modules/rc4/pkgIndex.tcl b/tcllib/modules/rc4/pkgIndex.tcl new file mode 100644 index 0000000..84a5d47 --- /dev/null +++ b/tcllib/modules/rc4/pkgIndex.tcl @@ -0,0 +1,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]] |