Package Details: lua-luaprompt 0.7-2

Git Clone URL: https://aur.archlinux.org/lua-luaprompt.git (read-only, click to copy)
Package Base: lua-luaprompt
Description: An embeddable Lua command prompt as well as a stand-alone interpreter with pretty-printing and autocompletion.
Upstream URL: https://github.com/dpapavas/luaprompt
Licenses: custom
Submitter: phijor
Maintainer: phijor
Last Packager: phijor
Votes: 2
Popularity: 0.000000
First Submitted: 2016-02-18 12:36 (UTC)
Last Updated: 2023-02-05 19:58 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

Freed commented on 2023-03-30 03:38 (UTC)

license should be MIT, according to https://github.com/dpapavas/luaprompt/blob/master/LICENSE

Freed commented on 2023-01-20 05:52 (UTC)

Please update _lua_version from 5.3 to 5.4.

shmilee commented on 2021-05-16 11:20 (UTC) (edited on 2021-05-16 11:20 (UTC) by shmilee)

Lost depends lua? And _lua_version=5.4?

Package 'lua5.3', required by 'virtual:world', not found
cc -o prompt.so -shared -g -fPIC -Wall -Wextra -Wno-unused-parameter -DHAVE_ASPRINTF -DHAVE_LIBREADLINE -DHAVE_READLINE_HISTORY -D_GNU_SOURCE -DCOMPLETE_KEYWORDS      -DCOMPLETE_MODULES       -DCOMPLETE_TABLE_KEYS    -DCOMPLETE_METATABLE_KEYS  -DCOMPLETE_FILE_NAMES    '-DSAVE_RESULTS' '-DRESULTS_TABLE_NAME="_"'  module.c prompt.c -lreadline -lhistory 
module.c:27:10: fatal error: lualib.h: No such file or directory
   27 | #include <lualib.h>
      |          ^~~~~~~~~~
compilation terminated.
prompt.c:43:10: fatal error: lualib.h: No such file or directory
   43 | #include <lualib.h>
      |          ^~~~~~~~~~
compilation terminated.
make: *** [Makefile:86: prompt.so] Error 1