diff options
Diffstat (limited to 'tcllib/modules/asn/pkgIndex.tcl')
-rw-r--r-- | tcllib/modules/asn/pkgIndex.tcl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tcllib/modules/asn/pkgIndex.tcl b/tcllib/modules/asn/pkgIndex.tcl new file mode 100644 index 0000000..3cbafd6 --- /dev/null +++ b/tcllib/modules/asn/pkgIndex.tcl @@ -0,0 +1,4 @@ +# Tcl package index file, version 1.1 + +if {![package vsatisfies [package provide Tcl] 8.4]} {return} +package ifneeded asn 0.8.4 [list source [file join $dir asn.tcl]] |