File: control

package info (click to toggle)
python-omemo 0.10.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 296 kB
  • sloc: python: 1,626; makefile: 3
file content (68 lines) | stat: -rw-r--r-- 2,150 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Source: python-omemo
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,
	python-all,
	python-cryptography,
	python-doubleratchet,
	python-hkdf,
	python-nacl,
	python-protobuf,
	python-setuptools,
	python-x3dh,
	python3-all,
	python3-cryptography,
	python3-doubleratchet,
	python3-hkdf,
	python3-nacl,
	python3-protobuf,
	python3-setuptools,
	python3-x3dh,
Standards-Version: 4.2.1
Rules-Requires-Root: no
Homepage: https://pypi.org/project/OMEMO/
Vcs-Git: https://salsa.debian.org/xmpp-team/python-omemo.git
Vcs-Browser: https://salsa.debian.org/xmpp-team/python-omemo

Package: python-omemo
Architecture: all
Depends: ${misc:Depends},
	${python:Depends},
Description: Python 2 implementation of the OMEMO protocol
 This python library offers an open implementation of the OMEMO Multi-End
 Message and Object Encryption protocol as specified here.
 .
 Goals of this implementation are:
 .
  * Do not use libsignal but offer a solid alternative to it
  * Stay away from GPL (not possible until we move away from libsignals
    wireformat)
  * Be flexible to changes that might happen to the OMEMO protocol
  * Keep the structure close to the spec
  * Provide the parts of the protocol (X3DH, Double Ratchet) as own
    repositories
 .
 This package provides the Python 2.7 module.

Package: python3-omemo
Architecture: all
Depends: ${misc:Depends},
	${python3:Depends},
Description: Python 3 implementation of the OMEMO protocol
 This python library offers an open implementation of the OMEMO Multi-End
 Message and Object Encryption protocol as specified here.
 .
 Goals of this implementation are:
 .
  * Do not use libsignal but offer a solid alternative to it
  * Stay away from GPL (not possible until we move away from libsignals
    wireformat)
  * Be flexible to changes that might happen to the OMEMO protocol
  * Keep the structure close to the spec
  * Provide the parts of the protocol (X3DH, Double Ratchet) as own
    repositories
 .
 This package provides the Python 3.x module.