From 423006bb48786aa528954e63805e6ff0b4a14799 Mon Sep 17 00:00:00 2001 From: Ezequiel Garcia Date: Fri, 28 Jun 2013 11:32:24 -0300 Subject: jimtcl: New package 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 Signed-off-by: Ezequiel Garcia Signed-off-by: Peter Korsgaard --- package/jimtcl/Config.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/jimtcl/Config.in (limited to 'package/jimtcl/Config.in') diff --git a/package/jimtcl/Config.in b/package/jimtcl/Config.in new file mode 100644 index 000000000..132459044 --- /dev/null +++ b/package/jimtcl/Config.in @@ -0,0 +1,10 @@ +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 -- cgit v1.2.3