diff options
Diffstat (limited to 'package/jimtcl/Config.in')
-rw-r--r-- | package/jimtcl/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
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 |