File: control

package info (click to toggle)
rust-ssh-cipher 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 120 kB
  • sloc: makefile: 4
file content (71 lines) | stat: -rw-r--r-- 3,112 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
Source: rust-ssh-cipher
Section: rust
Priority: optional
Build-Depends: debhelper-compat (= 13),
 dh-sequence-cargo
Build-Depends-Arch: cargo:native <!nocheck>,
 rustc:native (>= 1.60) <!nocheck>,
 libstd-rust-dev <!nocheck>,
 librust-cipher-0.4+default-dev <!nocheck>,
 librust-ssh-encoding-0.2+default-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Nadzeya Hutsko <nadzya.info@gmail.com>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/ssh-cipher]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/ssh-cipher
Homepage: https://github.com/RustCrypto/SSH/tree/master/ssh-cipher
X-Cargo-Crate: ssh-cipher

Package: librust-ssh-cipher-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-aes-0.8-dev,
 librust-aes-gcm-0.10+aes-dev,
 librust-cbc-0.1+default-dev,
 librust-chacha20-0.9-dev,
 librust-cipher-0.4+default-dev,
 librust-ctr-0.9-dev,
 librust-des-0.8-dev,
 librust-poly1305-0.8-dev,
 librust-ssh-encoding-0.2+default-dev,
 librust-subtle-2-dev
Provides:
 librust-ssh-cipher+aes-cbc-dev (= ${binary:Version}),
 librust-ssh-cipher+aes-ctr-dev (= ${binary:Version}),
 librust-ssh-cipher+aes-gcm-dev (= ${binary:Version}),
 librust-ssh-cipher+chacha20poly1305-dev (= ${binary:Version}),
 librust-ssh-cipher+default-dev (= ${binary:Version}),
 librust-ssh-cipher+std-dev (= ${binary:Version}),
 librust-ssh-cipher+tdes-dev (= ${binary:Version}),
 librust-ssh-cipher-0-dev (= ${binary:Version}),
 librust-ssh-cipher-0+aes-cbc-dev (= ${binary:Version}),
 librust-ssh-cipher-0+aes-ctr-dev (= ${binary:Version}),
 librust-ssh-cipher-0+aes-gcm-dev (= ${binary:Version}),
 librust-ssh-cipher-0+chacha20poly1305-dev (= ${binary:Version}),
 librust-ssh-cipher-0+default-dev (= ${binary:Version}),
 librust-ssh-cipher-0+std-dev (= ${binary:Version}),
 librust-ssh-cipher-0+tdes-dev (= ${binary:Version}),
 librust-ssh-cipher-0.2-dev (= ${binary:Version}),
 librust-ssh-cipher-0.2+aes-cbc-dev (= ${binary:Version}),
 librust-ssh-cipher-0.2+aes-ctr-dev (= ${binary:Version}),
 librust-ssh-cipher-0.2+aes-gcm-dev (= ${binary:Version}),
 librust-ssh-cipher-0.2+chacha20poly1305-dev (= ${binary:Version}),
 librust-ssh-cipher-0.2+default-dev (= ${binary:Version}),
 librust-ssh-cipher-0.2+std-dev (= ${binary:Version}),
 librust-ssh-cipher-0.2+tdes-dev (= ${binary:Version}),
 librust-ssh-cipher-0.2.0-dev (= ${binary:Version}),
 librust-ssh-cipher-0.2.0+aes-cbc-dev (= ${binary:Version}),
 librust-ssh-cipher-0.2.0+aes-ctr-dev (= ${binary:Version}),
 librust-ssh-cipher-0.2.0+aes-gcm-dev (= ${binary:Version}),
 librust-ssh-cipher-0.2.0+chacha20poly1305-dev (= ${binary:Version}),
 librust-ssh-cipher-0.2.0+default-dev (= ${binary:Version}),
 librust-ssh-cipher-0.2.0+std-dev (= ${binary:Version}),
 librust-ssh-cipher-0.2.0+tdes-dev (= ${binary:Version})
Description: SSH symmetric encryption - Rust source code
 Built on the pure Rust cryptography implementations maintained by the
 RustCrypto organization.
 .
 Source code for Debianized Rust crate "ssh-cipher"