File: control

package info (click to toggle)
rust-twox-hash 2.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 368 kB
  • sloc: makefile: 2
file content (71 lines) | stat: -rw-r--r-- 3,327 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-twox-hash
Section: rust
Priority: optional
Build-Depends: debhelper-compat (= 13),
 dh-sequence-cargo
Build-Depends-Arch: cargo:native <!nocheck>,
 rustc:native (>= 1.81) <!nocheck>,
 libstd-rust-dev <!nocheck>,
 librust-rand-0.8+std-dev <!nocheck>,
 librust-rand-0.8+std-rng-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Sylvestre Ledru <sylvestre@debian.org>,
 Alexander Kjäll <alexander.kjall@gmail.com>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/twox-hash]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/twox-hash
Homepage: https://github.com/shepmaster/twox-hash
X-Cargo-Crate: twox-hash

Package: librust-twox-hash-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-rand-0.8+std-dev,
 librust-rand-0.8+std-rng-dev,
 librust-serde-1+derive-dev
Provides:
 librust-twox-hash+alloc-dev (= ${binary:Version}),
 librust-twox-hash+default-dev (= ${binary:Version}),
 librust-twox-hash+random-dev (= ${binary:Version}),
 librust-twox-hash+serialize-dev (= ${binary:Version}),
 librust-twox-hash+std-dev (= ${binary:Version}),
 librust-twox-hash+xxhash32-dev (= ${binary:Version}),
 librust-twox-hash+xxhash3-128-dev (= ${binary:Version}),
 librust-twox-hash+xxhash3-64-dev (= ${binary:Version}),
 librust-twox-hash+xxhash64-dev (= ${binary:Version}),
 librust-twox-hash-2-dev (= ${binary:Version}),
 librust-twox-hash-2+alloc-dev (= ${binary:Version}),
 librust-twox-hash-2+default-dev (= ${binary:Version}),
 librust-twox-hash-2+random-dev (= ${binary:Version}),
 librust-twox-hash-2+serialize-dev (= ${binary:Version}),
 librust-twox-hash-2+std-dev (= ${binary:Version}),
 librust-twox-hash-2+xxhash32-dev (= ${binary:Version}),
 librust-twox-hash-2+xxhash3-128-dev (= ${binary:Version}),
 librust-twox-hash-2+xxhash3-64-dev (= ${binary:Version}),
 librust-twox-hash-2+xxhash64-dev (= ${binary:Version}),
 librust-twox-hash-2.1-dev (= ${binary:Version}),
 librust-twox-hash-2.1+alloc-dev (= ${binary:Version}),
 librust-twox-hash-2.1+default-dev (= ${binary:Version}),
 librust-twox-hash-2.1+random-dev (= ${binary:Version}),
 librust-twox-hash-2.1+serialize-dev (= ${binary:Version}),
 librust-twox-hash-2.1+std-dev (= ${binary:Version}),
 librust-twox-hash-2.1+xxhash32-dev (= ${binary:Version}),
 librust-twox-hash-2.1+xxhash3-128-dev (= ${binary:Version}),
 librust-twox-hash-2.1+xxhash3-64-dev (= ${binary:Version}),
 librust-twox-hash-2.1+xxhash64-dev (= ${binary:Version}),
 librust-twox-hash-2.1.2-dev (= ${binary:Version}),
 librust-twox-hash-2.1.2+alloc-dev (= ${binary:Version}),
 librust-twox-hash-2.1.2+default-dev (= ${binary:Version}),
 librust-twox-hash-2.1.2+random-dev (= ${binary:Version}),
 librust-twox-hash-2.1.2+serialize-dev (= ${binary:Version}),
 librust-twox-hash-2.1.2+std-dev (= ${binary:Version}),
 librust-twox-hash-2.1.2+xxhash32-dev (= ${binary:Version}),
 librust-twox-hash-2.1.2+xxhash3-128-dev (= ${binary:Version}),
 librust-twox-hash-2.1.2+xxhash3-64-dev (= ${binary:Version}),
 librust-twox-hash-2.1.2+xxhash64-dev (= ${binary:Version})
Description: The XXHash and XXH3 algorithms - Rust source code
 Rust implementation of the XXHash and XXH3 algorithms
 Source code for Debianized Rust crate "twox-hash"