File: control

package info (click to toggle)
botan3 3.10.0%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 50,356 kB
  • sloc: cpp: 190,437; python: 13,929; sh: 433; xml: 181; makefile: 164; ansic: 39; lisp: 35
file content (90 lines) | stat: -rw-r--r-- 3,021 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Source: botan3
Section: libs
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 ca-certificates,
 dh-python,
 libbz2-dev,
 liblzma-dev,
 libsqlite3-dev,
 libtspi-dev,
 zlib1g-dev,
 python3:any,
 python3-docutils,
Build-Depends-Indep:
 python3-sphinx,
Standards-Version: 4.7.2
Homepage: https://botan.randombit.net/

Package: botan
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: botan (<< 3-1~)
Replaces: botan (<< 3-1~)
Description: multiplatform crypto library (3.x version)
 Botan is a C++ library which provides support for many common cryptographic
 operations, including encryption, authentication, and X.509v3 certificates and
 CRLs. A wide variety of algorithms is supported, including RSA, DSA, DES, AES,
 MD5, and SHA-1.
 .
 This package contains the 3.x version of Botan.

Package: libbotan-3-10
Section: libs
Architecture: any
Multi-Arch: same
Depends: ca-certificates, ${misc:Depends}, ${shlibs:Depends}
Description: multiplatform crypto library (3.x version)
 Botan is a C++ library which provides support for many common cryptographic
 operations, including encryption, authentication, and X.509v3 certificates and
 CRLs. A wide variety of algorithms is supported, including RSA, DSA, DES, AES,
 MD5, and SHA-1.
 .
 This package contains the 3.x version of Botan.

Package: libbotan-3-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libbotan-3-10 (= ${binary:Version}),
 libbz2-dev,
 liblzma-dev,
 libsqlite3-dev,
 libtspi-dev,
 zlib1g-dev,
Description: multiplatform crypto library (3.x version)
 Botan is a C++ library which provides support for many common cryptographic
 operations, including encryption, authentication, and X.509v3 certificates and
 CRLs. A wide variety of algorithms is supported, including RSA, DSA, DES, AES,
 MD5, and SHA-1.
 .
 This package contains the 3.x version of Botan.

Package: libbotan-3-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, sphinx-doc
Description: multiplatform crypto library (3.x version)
 Botan is a C++ library which provides support for many common cryptographic
 operations, including encryption, authentication, and X.509v3 certificates and
 CRLs. A wide variety of algorithms is supported, including RSA, DSA, DES, AES,
 MD5, and SHA-1.
 .
 This package contains the 3.x version of Botan.

Package: python3-botan
Section: python
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, libbotan-3-10 (= ${binary:Version})
Breaks: python3-botan (<< 3-1~)
Replaces: python3-botan (<< 3-1~)
Description: multiplatform crypto library (3.x version), Python3 module
 Botan is a C++ library which provides support for many common cryptographic
 operations, including encryption, authentication, and X.509v3 certificates and
 CRLs. A wide variety of algorithms is supported, including RSA, DSA, DES, AES,
 MD5, and SHA-1.
 .
 This package contains the Botan (3.x version) module for Python 3.x .