Path to this page:
./
devel/lua-repl,
REPL library for Lua
Branch: CURRENT,
Version: 0.10,
Package name: lua54-repl-0.10,
Maintainer: pkgsrc-usersREPL.lua provides a reusable Read-Execute-Print loop for Lua. It can be
used as alternative to the standalone interpreter included with Lua, one
that supports things like plugins, tab completion, and automatic
insertion of return in front of expressions.
It can also provide a REPL library you may embed in your application, to
provide all of the niceties of the standalone interpreter included with
Lua and then some.
Master sites:
Filesize: 23.048 KB
Version history: (Expand)
- (2023-03-31) Updated to version: lua54-repl-0.10
- (2020-08-07) Package added to pkgsrc.se, version lua53-repl-0.9 (created)
CVS history: (Expand)
2023-03-31 02:24:17 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
lua-repl-0.10: Better error handling
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-08-07 01:08:29 by Joerg Sonnenberger | Files touched by this commit (5) |
Log message:
Add lua-repl-0.9:
REPL.lua provides a reusable Read-Execute-Print loop for Lua. It can be
used as alternative to the standalone interpreter included with Lua, one
that supports things like plugins, tab completion, and automatic
insertion of return in front of expressions.
It can also provide a REPL library you may embed in your application, to
provide all of the niceties of the standalone interpreter included with
Lua and then some.
|