423006bb48
Add new jimtcl package - a lightweight tclsh alternative. Useful for a lighter footprint usb_modeswitch installation. tclsh size is ~700kB for ARM compared to ~200kB for jimtcl. [Peter: wrap help text, fix file header] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 lines
336 B
Plaintext
11 lines
336 B
Plaintext
config BR2_PACKAGE_JIMTCL
|
|
bool "jimtcl"
|
|
help
|
|
Jim Tcl is a small footprint reimplementation of the Tcl
|
|
scripting language. The core language engine is compatible
|
|
with Tcl 8.5+, while implementing a significant subset of
|
|
the Tcl 8.6 command set, plus additional features available
|
|
only in Jim Tcl.
|
|
|
|
http://jim.tcl.tk
|