slackbuilds/libraries/lua-readline
B. Watson 9f0f3d4374 libraries/lua-readline: Added (simple interface to the readline).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-10-23 12:40:55 +07:00
..
README libraries/lua-readline: Added (simple interface to the readline). 2024-10-23 12:40:55 +07:00
fix-version.diff libraries/lua-readline: Added (simple interface to the readline). 2024-10-23 12:40:55 +07:00
lua-readline.SlackBuild libraries/lua-readline: Added (simple interface to the readline). 2024-10-23 12:40:55 +07:00
lua-readline.info libraries/lua-readline: Added (simple interface to the readline). 2024-10-23 12:40:55 +07:00
slack-desc libraries/lua-readline: Added (simple interface to the readline). 2024-10-23 12:40:55 +07:00

README

lua-readline (lua interface to the readline and history libraries)

This Lua module offers a simple calling interface to the GNU Readline
and History libraries.

Optional dependencies:

- lua-posix: if this is installed, lua-readline can use it at runtime
  to determine the user's home directory, if HOME is not set in the
  environment.

- lua51: if this is installed when the package is built, lua-readline
  will include a module for Lua 5.1.