File: control

package info (click to toggle)
python-axolotl 0.1.35-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 684 kB
  • ctags: 1,238
  • sloc: python: 3,118; makefile: 19
file content (45 lines) | stat: -rw-r--r-- 1,637 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
Source: python-axolotl
Section: python
Priority: optional
Maintainer: Josue Ortega <josue@debian.org>
Build-Depends: debhelper (>= 9),
 dh-python,
 python-setuptools (>= 5.5.1),
 python-all (>= 2.7.8),
 python-axolotl-curve25519 (>= 0.1),
 python-crypto (>= 2.6.1),
 python-protobuf (>= 3.0.0),
 python3-setuptools (>= 5.5.1),
 python3-all (>= 2.7.8),
 python3-axolotl-curve25519 (>= 0.1),
 python3-crypto (>= 2.6.1),
 python3-protobuf (>= 3.0.0),
 quilt (>= 0.63)
Standards-Version: 3.9.8
Homepage: https://pypi.python.org/pypi/python-axolotl
Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/python-axolotl.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-axolotl.git

Package: python-axolotl
Architecture: all
Depends: ${python:Depends}, ${misc:Depends},
 python-axolotl-curve25519 (>= 0.1),
 python-crypto (>= 2.6.1),
 python-protobuf (>= 3.0.0)
Description: Python port of libaxolotl-android
 This is a Python port of libaxolotol-android package originally written by
 Moxie Marlinspike. The Libaxolotol library is defined as a ratcheting
 forward secrecy protocol that works in synchronous and asynchronous messaging
 environments.

Package: python3-axolotl
Architecture: all
Depends: ${python:Depends}, ${misc:Depends},
 python3-axolotl-curve25519 (>= 0.1),
 python3-crypto (>= 2.6.1),
 python3-protobuf (>= 3.0.0)
Description: Python 3 port of libaxolotl-android
 This is a Python 3 port of libaxolotol-android package originally written by
 Moxie Marlinspike. The Libaxolotol library is defined as a ratcheting
 forward secrecy protocol that works in synchronous and asynchronous messaging
 environments.