Fri, 07 Jun 2024 12:37:55 UTC | login

Information for build lua-luarepl-0.10-5.fc40

ID282009
Package Namelua-luarepl
Version0.10
Release5.fc40
Epoch
SummaryREPL.lua - a reusable Lua REPL written in Lua
DescriptionREPL.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.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 21 Feb 2024 08:30:54 UTC
CompletedWed, 21 Feb 2024 08:30:54 UTC
Tags
f40
f41
RPMs
src
lua-luarepl-0.10-5.fc40.src.rpm (info) (download)
noarch
lua-luarepl-0.10-5.fc40.noarch.rpm (info) (download)
Changelog * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.10-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.10-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Nov 16 2022 Jonny Heggheim <hegjon@gmail.com> - 0.10-1 - Initial package