File: control

package info (click to toggle)
python-omemo-backend-signal 0.2.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 176 kB
  • sloc: python: 347; makefile: 9
file content (31 lines) | stat: -rw-r--r-- 1,050 bytes parent folder | download
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.