olm 3.2.10~dfsg-4 source package in Ubuntu

Changelog

olm (3.2.10~dfsg-4) unstable; urgency=medium

  * set Rules-Requires-Root: no
  * use doctest as test runner:
    + drop patch 2003
    + build-depend on doctest-dev
  * build-depend on python3-pygments,
    to improve parsing of upstream ReST documentation

 -- Jonas Smedegaard <email address hidden>  Wed, 19 Jan 2022 09:48:11 +0100

Upload details

Uploaded by:
Matrix Packaging Team
Uploaded to:
Sid
Original maintainer:
Matrix Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
olm_3.2.10~dfsg-4.dsc 2.4 KiB aee9e7b02b12c10b99970726eaf1378d00c9296b7329c33487bc2668f5e70cfc
olm_3.2.10~dfsg.orig.tar.xz 313.8 KiB 4df1a93b5354d941c132f1b6485462b0dcd1995eb276680a1546f7107173da4c
olm_3.2.10~dfsg-4.debian.tar.xz 13.6 KiB b726323aad48c8b62e019769ecd0ef32a67bac4e8ba7420439746ed156b00434

No changes file available.

Binary packages built by this source

libolm-dev: development files for the olm Double Ratchet implementation

 Olm is 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.
 .
 This library also includes an implementation
 of the Megolm cryptographic ratchet
 which is intended for encrypted messaging applications
 where there may be a large number of recipients of each message,
 thus precluding the use of peer-to-peer encryption systems such as Olm.
 .
 Megolm is the end-to-end encryption system
 for the Matrix communications protocol.
 .
 This package contains the development files
 for compiling programs that use olm.

libolm3: implementation of the Double Ratchet cryptographic ratchet in C++

 Olm is 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.
 .
 This library also includes an implementation
 of the Megolm cryptographic ratchet
 which is intended for encrypted messaging applications
 where there may be a large number of recipients of each message,
 thus precluding the use of peer-to-peer encryption systems such as Olm.
 .
 Megolm is the end-to-end encryption system
 for the Matrix communications protocol.

libolm3-dbgsym: debug symbols for libolm3
python3-olm: Python bindings for the olm Double Ratchet implementation

 Olm is 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.
 .
 This library also includes an implementation
 of the Megolm cryptographic ratchet
 which is intended for encrypted messaging applications
 where there may be a large number of recipients of each message,
 thus precluding the use of peer-to-peer encryption systems such as Olm.
 .
 Megolm is the end-to-end encryption system
 for the Matrix communications protocol.
 .
 This package contains the Python 3 bindings for libolm.

python3-olm-dbgsym: debug symbols for python3-olm