Artifact e65d0209940371f85a9f0ce7593a985fb222f772:
- File packages/tcl/pkgIndex.tcl — part of check-in [a11e91cae8] at 2013-06-05 18:36:25 on branch trunk — all kinds of changes :( (user: pooryorick size: 422)
#! /bin/env tclsh package ifneeded ycl::tcl 0.1 [list apply {{dir} { package require ycl::package [yclprefix]::package::source tcl \ [file join $dir lib tcl.tcl] package provide ycl::tcl 0.1 }} $dir] package ifneeded ycl::tcl::test 0.1 [list apply {{dir} { package require ycl::package [yclprefix]::package::source tcl::test \ [file join $dir lib tcl.test.tcl] package provide ycl::tcl::test 0.1 }} $dir]