2014-03-01 18:23:08 +01:00
|
|
|
config BR2_PACKAGE_LJLINENOISE
|
|
|
|
bool "ljlinenoise"
|
|
|
|
# ljsyscall is specifically for LuaJIT, not Lua.
|
|
|
|
depends on BR2_PACKAGE_LUAJIT
|
2018-12-19 09:17:05 +01:00
|
|
|
select BR2_PACKAGE_LJSYSCALL # runtime
|
2014-03-01 18:23:08 +01:00
|
|
|
help
|
|
|
|
ljlinenoise is a pure LuaJIT port of linenoise,
|
|
|
|
a small alternative to readline and libedit.
|
|
|
|
|
2018-10-09 10:06:59 +02:00
|
|
|
https://fperrad.frama.io/ljlinenoise/
|
2014-03-01 18:23:08 +01:00
|
|
|
|
|
|
|
comment "ljlinenoise needs LuaJIT"
|
|
|
|
depends on !BR2_PACKAGE_LUAJIT
|