Search Criteria
Package Details: lua-luaprompt 0.8-1
Package Actions
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: | MIT |
Submitter: | phijor |
Maintainer: | phijor (Freed) |
Last Packager: | Freed |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2016-02-18 12:36 (UTC) |
Last Updated: | 2024-07-14 11:50 (UTC) |
Dependencies (5)
- lua-argparse
- lua (make)
- lua51 (luajit-symlinksAUR) (make)
- lua52 (make)
- lua53 (make)
Latest Comments
Freed commented on 2024-10-28 02:19 (UTC)
https://luarocks.org/modules/dpapavas/luaprompt
0.9 is coming!
shmilee commented on 2024-10-14 03:04 (UTC)
Maybe, for different lua version,
depends
andpkgdesc
should be different. Like this,Freed commented on 2023-10-23 07:23 (UTC)
Yes, I write some lua packages which depend on it, so I hope I can co-maintain it.
You are right!
phijor commented on 2023-09-10 13:08 (UTC)
Hey, thanks @Freed for your suggestions, and please excuse the late reply. I do not actively depend on this package anymore. If you want, I can add you as a co-maintainer of the package, or even transfer ownership.
Packaging for different versions of lua seems worthwhile, there are however some issues with your patch:
lua-${_lua_name}
should come first inpkgname
so that its assigned topkgbase
_package $_lua_version
is subtly wrong: it setsdepends=(lua54-argparse)
, butlua54-argparse
does not exist (it'slua-argparse
)Freed commented on 2023-07-31 12:34 (UTC) (edited on 2023-07-31 13:29 (UTC) by Freed)
How about provide different lua version?
Freed commented on 2023-07-31 10:31 (UTC)
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?