Config.in 387 B

12345678910111213
  1. config BR2_PACKAGE_LJLINENOISE
  2. bool "ljlinenoise"
  3. # ljsyscall is specifically for LuaJIT, not Lua.
  4. depends on BR2_PACKAGE_LUAJIT
  5. select BR2_PACKAGE_LJSYSCALL # runtime
  6. help
  7. ljlinenoise is a pure LuaJIT port of linenoise,
  8. a small alternative to readline and libedit.
  9. https://fperrad.frama.io/ljlinenoise/
  10. comment "ljlinenoise needs LuaJIT"
  11. depends on !BR2_PACKAGE_LUAJIT