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 31
|
Source: python-omemo-backend-signal
Maintainer: Debian XMPP Maintainers <pkg-xmpp-devel@lists.alioth.debian.org>
Uploaders: W. Martin Borgert <debacle@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
dh-python,
protobuf-compiler,
python3-all,
python3-cryptography,
python3-doubleratchet,
python3-omemo,
python3-protobuf,
python3-setuptools,
python3-x3dh,
Standards-Version: 4.2.1
Rules-Requires-Root: no
Homepage: https://pypi.org/project/omemo-backend-signal/
Vcs-Git: https://salsa.debian.org/xmpp-team/python-omemo-backend-signal.git
Vcs-Browser: https://salsa.debian.org/xmpp-team/python-omemo-backend-signal
Package: python3-omemo-backend-signal
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
Description: Python 3 backend for python-omemo with libsignal compatibility
This library implements a backend for python-omemo offering
compatibility with libsignal (C, Java, JavaScript). Look at
python-omemo for further usage information.
.
This package provides the Python 3.x module.
|