summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/json/pkgIndex.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tcllib/modules/json/pkgIndex.tcl')
-rw-r--r--tcllib/modules/json/pkgIndex.tcl7
1 files changed, 7 insertions, 0 deletions
diff --git a/tcllib/modules/json/pkgIndex.tcl b/tcllib/modules/json/pkgIndex.tcl
new file mode 100644
index 0000000..f605f0c
--- /dev/null
+++ b/tcllib/modules/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.3.3 [list source [file join $dir json.tcl]]
+
+if {![package vsatisfies [package provide Tcl] 8.5]} {return}
+package ifneeded json::write 1.0.3 [list source [file join $dir json_write.tcl]]