Пакет luarocks: Информация

    Исходный пакет: luarocks
    Версия: 2.4.2-alt4
    Собран:  6 марта 2018 г. 11:32
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.luarocks.org

    Лицензия: MIT
    О пакете: A deployment and management system for Lua modules
    Описание: 
    LuaRocks allows you to install Lua modules as self-contained
    packages called "rocks", which also contain version dependency
    information. This information is used both during installation,
    so that when one rock is requested all rocks it depends on are
    installed as well, and at run time, so that when a module is
    required, the correct version is loaded. LuaRocks supports both
    local and remote repositories, and multiple local rocks trees.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    luarocks (mipsel)

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

    Список участников:
    Ildar Mulyukov
    Aleksei Nikiforov
    Vladimir Didenko

      1. lua-devel
      2. lua5.1
      3. rpm-macros-lua >= 1.3
      4. unzip
      5. wget

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


    8 декабря 2017 г. Ildar Mulyukov 2.4.2-alt4
    - fix `lib` external dep subdir accidently lost in 2.4.2-alt1
    6 октября 2017 г. Ildar Mulyukov 2.4.2-alt3
    - disable liblua.so linking according to https://www.altlinux.org/Lua_Policy
    - build luarocks for both Lua 5.3 (latest) and Lua 5.1
    14 июля 2017 г. Ildar Mulyukov 2.4.2-alt2
    - minor fixes and improvements to alt1 version