modules/rc4/pkgIndex.tcl

Go to the documentation of this file.
00001 /*  pkgIndex.tcl - */
00002 /* */
00003 /*  RC4 package index file*/
00004 /* */
00005 /*  This package has been tested with tcl 8.2.3 and above.*/
00006 /* */
00007 /*  $Id: pkgIndex.tcl,v 1.4 2005/12/20 16:19:38 patthoyts Exp $*/
00008 
00009 if {![package vsatisfies [package provide Tcl] 8.2]} {
00010     /*  PRAGMA: returnok*/
00011     return
00012 }
00013 package ifneeded rc4 1.1.0 [list source [file join $dir rc4.tcl]]
00014 

Generated on 21 Sep 2010 for Gui by  doxygen 1.6.1