SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

lua-luarepl rpm build for : Rawhide. For other distributions click lua-luarepl.

Name : lua-luarepl
Version : 0.10 Vendor : Fedora Project
Release : 6.fc41 Date : 2024-07-19 09:02:24
Group : Unspecified Source RPM : lua-luarepl-0.10-6.fc41.src.rpm
Size : 0.05 MB
Packager : Fedora Project
Summary : REPL.lua - a reusable Lua REPL written in Lua
Description :
REPL.lua has two uses:

- An 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.

- 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.

Many software projects have made the choice to embed Lua in their projects to
allow their users some extra flexibility. Some of these projects would also
like to provide a Lua REPL in their programs for debugging or rapid development.
Most Lua programmers are familiar with the standalone Lua interpreter as a
Lua REPL; however, it is bound to the command line. Until now, Lua programmers
would have to implement their own REPL from scratch if they wanted to include
one in their programs. This project aims to provide a REPL implemented in pure
Lua that almost any project can make use of.

This library also includes an example application (rep.lua), which serves as an
alternative to the standalone interpreter included with Lua. If the
lua-linenoise library is installed, it uses linenoise for history and
tab completion; otherwise, it tries to use rlwrap for basic line editing.
If you would like the arrow keys to work as expected rather than printing things
like `^[[A`, please install the lua-linenoise library or the rlwrap program.

RPM found in directory: /vol/rzm3/linux-fedora-buffet/fedora-secondary/development/rawhide/Everything/s390x/os/Packages/l

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  lua-luarepl-0.10-6.fc41.noarch.rpm
ftp.icm.edu.pl  lua-luarepl-0.10-6.fc41.noarch.rpm
ftp.icm.edu.pl  lua-luarepl-0.10-6.fc41.noarch.rpm
ftp.icm.edu.pl  lua-luarepl-0.10-6.fc41.noarch.rpm
     

Provides :
lua-luarepl

Requires :
/usr/bin/lua
lua(abi) = 5.4
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/bin/rep.lua
/usr/share/doc/lua-luarepl
/usr/share/doc/lua-luarepl/Changes
/usr/share/doc/lua-luarepl/README.md
/usr/share/licenses/lua-luarepl
/usr/share/licenses/lua-luarepl/COPYING
/usr/share/lua/5.4/repl
/usr/share/lua/5.4/repl/compat.lua
/usr/share/lua/5.4/repl/console.lua
/usr/share/lua/5.4/repl/init.lua
/usr/share/lua/5.4/repl/plugins
/usr/share/lua/5.4/repl/plugins/autoreturn.lua
/usr/share/lua/5.4/repl/plugins/completion.lua
/usr/share/lua/5.4/repl/plugins/example.lua
/usr/share/lua/5.4/repl/plugins/filename_completion.lua
/usr/share/lua/5.4/repl/plugins/history.lua
/usr/share/lua/5.4/repl/plugins/keep_last_eval.lua
/usr/share/lua/5.4/repl/plugins/linenoise.lua
/usr/share/lua/5.4/repl/plugins/pretty_print.lua
/usr/share/lua/5.4/repl/plugins/rcfile.lua
/usr/share/lua/5.4/repl/plugins/rlwrap.lua
/usr/share/lua/5.4/repl/plugins/semicolon_suppress_output.lua
/usr/share/lua/5.4/repl/sync.lua
/usr/share/lua/5.4/repl/utils.lua

 
ICM