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

    Исходный пакет: libolm
    Версия: 3.2.16-alt2
    Собран:  6 декабря 2025 г. 11:29
    Сообщить об ошибке в пакете
    Домашняя страница: 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 (riscv64)
    libolm-debuginfo (riscv64)
    libolm-devel (riscv64)
    python3-module-libolm (riscv64)
    python3-module-libolm-debuginfo (riscv64)

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

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

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

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


    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.