X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=json%2FpkgIndex.tcl;fp=json%2FpkgIndex.tcl;h=3ff8dec84305d3be7d7734a5c8a281170840dc1f;hb=458402ad7848042949e49d5b73831f75a870317c;hp=0000000000000000000000000000000000000000;hpb=c7db0954d5c41fd117a7cbce5e88f9a89a9a4a54;p=scpubgit%2FTenDotTcl.git diff --git a/json/pkgIndex.tcl b/json/pkgIndex.tcl new file mode 100644 index 0000000..3ff8dec --- /dev/null +++ b/json/pkgIndex.tcl @@ -0,0 +1,7 @@ +# Tcl package index file, version 1.1 + +if {![package vsatisfies [package provide Tcl] 8.4]} {return} +package ifneeded json 1.1.2 [list source [file join $dir json.tcl]] + +if {![package vsatisfies [package provide Tcl] 8.5]} {return} +package ifneeded json::write 1.0.1 [list source [file join $dir json_write.tcl]]