File: control

package info (click to toggle)
pycryptopp 0.7.1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,192 kB
  • sloc: cpp: 29,872; asm: 3,519; python: 2,034; ansic: 1,517; makefile: 77; sh: 6
file content (30 lines) | stat: -rw-r--r-- 979 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
Source: pycryptopp
Section: python
Priority: optional
Maintainer:  Tahoe Packaging Team <team+tahoe-team@tracker.debian.org>
Uploaders: Vasudev Kamath <vasudev@copyninja.info>
Build-Depends: debhelper (>= 9),
 dh-python,
 python-all-dev,
 python-all-dbg,
 python-pkg-resources,
 python-setuptools (>= 0.6b3),
 libcrypto++-dev
Standards-Version: 4.1.3
Vcs-Git: https://salsa.debian.org/vasudev/pycryptopp
Vcs-Browser: https://salsa.debian.org/vasudev/pycryptopp.git
Homepage: https://tahoe-lafs.org/trac/pycryptopp

Package: python-pycryptopp
Architecture: any
Depends: ${python:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Breaks: ${python:Breaks}
Provides: ${python:Provides}
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
Description: Python wrappers for the Crypto++ library
 PyCryptopp is a set of Python wrappers for a few of the best crypto algorithms
 from the Crypto++ library (including SHA-256, AES, RSA signatures and Elliptic
 Curve DSA signatures).