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

    Исходный пакет: lutok
    Версия: 0.4-alt1
    Последняя версия по данным Repology
    Собран:  17 августа 2022 г. 14:56 в задании #305425
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/jmmv/lutok

    Лицензия: BSD-3-Clause
    О пакете: Lightweight C++ API library for Lua
    Описание: 
    Lutok provides thin C++ wrappers around the Lua C API to ease the
    interaction between C++ and Lua. These wrappers make intensive use of
    RAII to prevent resource leakage, expose C++-friendly data types, report
    errors by means of exceptions and ensure that the Lua stack is always
    left untouched in the face of errors. The library also provides a small
    subset of miscellaneous utility functions built on top of the wrappers.
    
    Lutok focuses on providing a clean and safe C++ interface; the drawback
    is that it is not suitable for performance-critical environments.  In
    order to implement error-safe C++ wrappers on top of a Lua C binary
    library, Lutok adds several layers or abstraction and error checking
    that go against the original spirit of the Lua C API and thus degrade
    performance.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    liblutok (x86_64, ppc64le, i586, aarch64)
    liblutok-debuginfo (x86_64, ppc64le, i586, aarch64)
    liblutok-devel (x86_64, ppc64le, i586, aarch64)
    liblutok-devel-doc (noarch)
    lutok-tests (x86_64, ppc64le, i586, aarch64)
    lutok-tests-debuginfo (x86_64, ppc64le, i586, aarch64)

    Сопровождающий: Yuri N. Sedunov

    Список участников:
    Yuri N. Sedunov

    Права:
    Yuri N. Sedunov

      1. liblua5.3-devel >= 5.3
      2. doxygen
      3. gcc-c++
      4. libatf-c++-devel >= 0.20
      5. libatf-sh-devel

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


    17 августа 2022 г. Yuri N. Sedunov 0.4-alt1
    - first build for Sisyphus (0.4-15-g8f8eaef)