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

    Исходный пакет: libolm
    Версия: 3.2.16-alt2
    Последняя версия по данным Repology
    Собран:  6 декабря 2025 г. 8:47 в задании #401795
    Сообщить об ошибке в пакете
    Домашняя страница: https://gitlab.matrix.org/matrix-org/olm.git

    Лицензия: Apache v2.0
    О пакете: An implementation of the Double Ratchet cryptographic ratchet
    Описание: 
    An implementation of the Double Ratchet cryptographic ratchet described by
    https://whispersystems.org/docs/specifications/doubleratchet/, written
    in C and C++11 and exposed as a C API.
    
    The specification of the Olm ratchet can be found in `<docs/olm.rst>`.
    
    This library also includes an implementation of the Megolm cryptographic
    ratchet, as specified in `<docs/megolm.rst>`.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    libolm (x86_64, i586, aarch64)
    libolm-debuginfo (x86_64, i586, aarch64)
    libolm-devel (x86_64, i586, aarch64)
    python3-module-libolm (x86_64, i586, aarch64)
    python3-module-libolm-debuginfo (x86_64, i586, aarch64)

    Сопровождающий: Ivan Mazhukin

    Список участников:
    Ivan Mazhukin
    Paul Wolneykien
    Artyom Bystrov

    Права:
    Paul Wolneykien
    Ivan Mazhukin
    @everybody

      1. python3(setuptools)
      2. cmake
      3. ctest
      4. gcc-c++
      5. python3(cffi)
      6. python3-module-pyproject-installer >= 0.4.0
      7. rpm-build-python3

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


    4 декабря 2025 г. Ivan Mazhukin 3.2.16-alt2
    - add python3 binding subpackage
    7 февраля 2024 г. Paul Wolneykien 3.2.16-alt1
    - New version 3.2.16.
    27 сентября 2023 г. Paul Wolneykien 3.2.15-alt2
    - Remove Fix-build-on-GCC13 patch.