Пакет lua5.4-module-luaprompt: Информация

    Исходный пакет: lua5.4-module-luaprompt
    Версия: 0.8-alt1_lr1
    Последняя версия по данным Repology
    Собран:  6 февраля 2024 г. 13:12 в задании #339707
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/dpapavas/luaprompt

    Лицензия: MIT/X11
    О пакете: Lua REPL with pretty-printing and auto-completion
    Описание: 
    luaprompt is both an interactive Lua prompt that can be used instead
    of the official interpreter, as well as module that provides a Lua
    command prompt that can be embedded in a host application.  As a
    standalone interpreter it provides many conveniences that are missing
    from the official Lua interpreter.  As an embedded prompt, it's meant
    for applications that use Lua as a configuration or interface language
    and can therefore benefit from an interactive prompt for debugging or
    regular use.
    
    luaprompt features:
    
    * Readline-based input with history and completion: In particular all
      keywords, global variables and table accesses (with string or
      integer keys) can be completed in addition to readline's standard
      file completion.  Module names are also completed, for modules
      installed in the standard directories, and completed modules can
      optionally be loaded.
    
    * Persistent command history (retained across sessions), as well as
      recording of command results for future reference.
    
    * Proper value pretty-printing for interactive use: When an expression
      is entered at the prompt, all returned values are printed
      (prepending with an equal sign is not required).  Values are printed
      in a descriptive way that tries to be as readable as possible.  The
      formatting tries to mimic Lua code (this is done to minimize
      ambiguities and no guarantees are made that it is valid code).
      Additionally, each value is stored in a table for future reference.
    
    * Color highlighting of error messages and variable printouts.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    lua5.4-module-luaprompt (x86_64, ppc64le, i586, armh, aarch64)
    lua5.4-module-luaprompt-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Сопровождающий: Ildar Mulyukov

    Список участников:
    Ildar Mulyukov

    Права:
    Ildar Mulyukov
    @everybody

      1. libreadline-devel
      2. lua5.4(argparse)
      3. lua5.4-luarocks
      4. liblua5.4-devel
      5. rpm-build-lua
      6. rpm-macros-lua >= 1.5.2

    Последнее изменение


    7 января 2024 г. Ildar Mulyukov 0.8-alt1_lr1
    - autogenerated by lrimport