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

    Исходный пакет: lua5.4-module-lua_cliargs
    Версия: 3.0.2-alt2_lr1
    Собран:  7 августа 2025 г. 18:40
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/lunarmodules/lua_cliargs

    Лицензия: MIT
    О пакете: Cliargs is a command-line argument parser for Lua
    Описание: 
    Cliargs is a command-line argument parser for Lua. It supports several
    types of arguments:
    
    1. required arguments
    
    2. optional arguments with different notations: -short-key VALUE and/or
    --expanded-key=VALUE
    
    3. optional arguments with multiple-values that get appended to a list
    
    4. optional "flag" arguments (on/off options) with notations:
    -short-key and/or --expanded-key
    
    5. a single optional "splat" argument which can be repeated (must be
    the last argument)
    
    Optional arguments can have default values (strings), flags always
    default to 'true'.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    lua5.4-module-lua_cliargs (noarch)

    Сопровождающий: Sergey Zhidkih

    Список участников:
    Sergey Zhidkih

      1. rpm-macros-lua
      2. lua5.4-luarocks
      3. lua5.4-module-busted

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


    29 июля 2025 г. Sergey Zhidkih 3.0.2-alt2_lr1
    - Enable tests.
    22 апреля 2025 г. Sergey Zhidkih 3.0.2-alt1_lr1
    - First build for alt.