summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/grammar_me/pkgIndex.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tcllib/modules/grammar_me/pkgIndex.tcl')
-rw-r--r--tcllib/modules/grammar_me/pkgIndex.tcl7
1 files changed, 7 insertions, 0 deletions
diff --git a/tcllib/modules/grammar_me/pkgIndex.tcl b/tcllib/modules/grammar_me/pkgIndex.tcl
new file mode 100644
index 0000000..f43762a
--- /dev/null
+++ b/tcllib/modules/grammar_me/pkgIndex.tcl
@@ -0,0 +1,7 @@
+if {![package vsatisfies [package provide Tcl] 8.4]} {return}
+
+package ifneeded grammar::me::util 0.1 [list source [file join $dir me_util.tcl]]
+package ifneeded grammar::me::tcl 0.1 [list source [file join $dir me_tcl.tcl]]
+package ifneeded grammar::me::cpu 0.2 [list source [file join $dir me_cpu.tcl]]
+package ifneeded grammar::me::cpu::core 0.2 [list source [file join $dir me_cpucore.tcl]]
+package ifneeded grammar::me::cpu::gasm 0.1 [list source [file join $dir gasm.tcl]]