summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/md5/pkgIndex.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tcllib/modules/md5/pkgIndex.tcl')
-rw-r--r--tcllib/modules/md5/pkgIndex.tcl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tcllib/modules/md5/pkgIndex.tcl b/tcllib/modules/md5/pkgIndex.tcl
new file mode 100644
index 0000000..64096ec
--- /dev/null
+++ b/tcllib/modules/md5/pkgIndex.tcl
@@ -0,0 +1,3 @@
+if {![package vsatisfies [package provide Tcl] 8.2]} {return}
+package ifneeded md5 2.0.7 [list source [file join $dir md5x.tcl]]
+package ifneeded md5 1.4.4 [list source [file join $dir md5.tcl]]