|
|
|
@ -43,7 +43,7 @@
|
|
|
|
|
#[para] packages used by %pkg% |
|
|
|
|
#[list_begin itemized] |
|
|
|
|
|
|
|
|
|
package require Tcl 8.6 |
|
|
|
|
package require Tcl 8.6- |
|
|
|
|
package require punk::overlay |
|
|
|
|
package require punk::mix::base |
|
|
|
|
package require punk::mix::util |
|
|
|
@ -61,6 +61,7 @@ package require punk::mix::util
|
|
|
|
|
#[list_end] |
|
|
|
|
|
|
|
|
|
namespace eval %pkg% { |
|
|
|
|
namespace export {[a-z]*} ;# Convention: export all lowercase |
|
|
|
|
namespace ensemble create |
|
|
|
|
#package require punk::overlay |
|
|
|
|
#punk::overlay::import_commandset debug . ::punk:mix::commandset::debug |
|
|
|
@ -80,6 +81,7 @@ namespace eval %pkg% {
|
|
|
|
|
|
|
|
|
|
# ++ +++ +++ +++ +++ +++ +++ +++ +++ +++ +++ |
|
|
|
|
namespace eval %pkg%::lib { |
|
|
|
|
namespace export {[a-z]*} ;# Convention: export all lowercase |
|
|
|
|
namespace path ::punk::mix::util ;#askuser, do_in_path, foreach-file etc |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|