1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: omemo-dr
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Martin <debacle@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
libpython3-dev,
protobuf-compiler,
pybuild-plugin-pyproject,
python3-all,
python3-all-dev,
python3-cryptography,
python3-protobuf,
python3-setuptools (>= 65.0.0),
Standards-Version: 4.7.3
Rules-Requires-Root: no
Homepage: https://dev.gajim.org/gajim/omemo-dr
Vcs-Git: https://salsa.debian.org/python-team/packages/omemo-dr.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/omemo-dr
Package: python3-omemo-dr
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: OMEMO double ratchet for Python
Initial codebase was forked from python-axolotl, which is a Python 3
port of libaxolotol-android. The library is defined as a ratcheting
forward secrecy protocol that works in synchronous and asynchronous
messaging environments.
|