1config BR2_PACKAGE_JIMTCL 2 bool "jimtcl" 3 help 4 Jim Tcl is a small footprint reimplementation of the Tcl 5 scripting language. The core language engine is compatible 6 with Tcl 8.5+, while implementing a significant subset of 7 the Tcl 8.6 command set, plus additional features available 8 only in Jim Tcl. 9 10 http://jim.tcl.tk 11