kumquat-buildroot/package/ljlinenoise/Config.in
Thomas Petazzoni 05200ad014 ljlinenoise: fix upstream URL in Config.in
The current URL no longer exists, as detected by the new pkg-stats.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-10-09 10:11:47 +02:00

15 lines
405 B
Plaintext

config BR2_PACKAGE_LJLINENOISE
bool "ljlinenoise"
# ljsyscall is specifically for LuaJIT, not Lua.
depends on BR2_PACKAGE_LUAJIT
# run-time dependency only
select BR2_PACKAGE_LJSYSCALL
help
ljlinenoise is a pure LuaJIT port of linenoise,
a small alternative to readline and libedit.
https://fperrad.frama.io/ljlinenoise/
comment "ljlinenoise needs LuaJIT"
depends on !BR2_PACKAGE_LUAJIT