معرفی شرکت ها


lua-luarepl-0.10-2.fc38.src.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

REPL.lua - a reusable Lua REPL written in Lua
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 38
مخزن Fedora Everything noarch
نام بسته lua-luarepl
نام فایل بسته lua-luarepl-0.10-2.fc38.src.rpm
نسخه بسته 0.10
انتشار بسته 2.fc38
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Thu 19 Jan 2023 11
هاست سازنده buildhw-a64-22.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/hoelzro/lua-repl
مجوز MIT
حجم دانلود 36K
حجم نصب 25.666K
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.


جایگزین ها

بسته نسخه معماری مخزن
lua-luarepl-0.10-2.fc38.noarch.rpm 0.10 noarch Fedora Everything


نیازمندی

مقدار نام
- lua-devel


ارائه دهنده

مقدار نام
= 0.10-2.fc38 lua-luarepl


نحوه نصب


نصب پکیج rpm lua-luarepl:

    dnf install lua-luarepl-0.10-2.fc38.src.rpm


فایل ها

مسیرها
lua-luarepl.spec


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2023-01-19

Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

2022-11-16

Initial package