File: control

package info (click to toggle)
python-libnacl 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 600 kB
  • ctags: 223
  • sloc: python: 1,492; makefile: 149; sh: 3
file content (52 lines) | stat: -rw-r--r-- 1,830 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
Source: python-libnacl
Section: python
Priority: optional
Maintainer: Colin Watson <cjwatson@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               libsodium-dev (>= 0.5.0),
               pkg-config,
               python (>= 2.6.6-3~),
               python-all,
               python-nose,
               python-setuptools,
               python3 (>= 3.1.2-8~),
               python3-all,
               python3-nose,
               python3-setuptools,
Standards-Version: 3.9.8
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.4
Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-libnacl.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-libnacl.git
Homepage: http://libnacl.readthedocs.io/

Package: python-libnacl
Architecture: all
Multi-Arch: foreign
Depends: ${libsodium:Depends},
         ${misc:Depends},
         ${python:Depends}
Description: Python 2 bindings for libsodium based on ctypes
 This library is used to gain direct access to the functions exposed by
 Daniel J. Bernstein's nacl library via libsodium.  It has been constructed
 to maintain extensive documentation on how to use nacl as well as being
 completely portable.
 .
 This library is unrelated to Native Client (NaCl), the sandbox used in
 Chromium.

Package: python3-libnacl
Architecture: all
Multi-Arch: foreign
Depends: ${libsodium:Depends},
         ${misc:Depends},
         ${python3:Depends}
Description: Python 3 bindings for libsodium based on ctypes
 This library is used to gain direct access to the functions exposed by
 Daniel J. Bernstein's nacl library via libsodium.  It has been constructed
 to maintain extensive documentation on how to use nacl as well as being
 completely portable.
 .
 This library is unrelated to Native Client (NaCl), the sandbox used in
 Chromium.