File: control

package info (click to toggle)
rust-simd 0.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 388 kB
  • sloc: makefile: 13
file content (94 lines) | stat: -rw-r--r-- 3,508 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
91
92
93
94
Source: rust-simd
Section: rust
Priority: optional
Build-Depends: debhelper (>= 11),
 dh-cargo (>= 15),
 cargo:native <!nocheck>,
 rustc:native <!nocheck>,
 libstd-rust-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Sylvestre Ledru <sylvestre@debian.org>,
 Wolfgang Silbermayr <wolfgang@silbermayr.at>
Standards-Version: 4.2.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/simd]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/simd

Package: librust-simd-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends}
Suggests:
 librust-simd+serde-dev (= ${binary:Version}),
 librust-simd+serde-derive-dev (= ${binary:Version}),
 librust-simd+with-serde-dev (= ${binary:Version})
Provides:
 librust-simd+default-dev (= ${binary:Version}),
 librust-simd+doc-dev (= ${binary:Version}),
 librust-simd-0-dev (= ${binary:Version}),
 librust-simd-0+default-dev (= ${binary:Version}),
 librust-simd-0+doc-dev (= ${binary:Version}),
 librust-simd-0.2-dev (= ${binary:Version}),
 librust-simd-0.2+default-dev (= ${binary:Version}),
 librust-simd-0.2+doc-dev (= ${binary:Version}),
 librust-simd-0.2.4-dev (= ${binary:Version}),
 librust-simd-0.2.4+default-dev (= ${binary:Version}),
 librust-simd-0.2.4+doc-dev (= ${binary:Version})
Description: Cross-platform access to SIMD instructions - Rust source code
 (To be obsoleted by the `std::simd` implementation RFC 2366.)
 .
 This package contains the source for the Rust simd crate, packaged by debcargo
 for use with cargo and dh-cargo.

Package: librust-simd+serde-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-simd-dev (= ${binary:Version}),
 librust-serde-1+default-dev
Provides:
 librust-simd-0+serde-dev (= ${binary:Version}),
 librust-simd-0.2+serde-dev (= ${binary:Version}),
 librust-simd-0.2.4+serde-dev (= ${binary:Version})
Description: Cross-platform access to SIMD instructions - feature "serde"
 (To be obsoleted by the `std::simd` implementation RFC 2366.)
 .
 This metapackage enables feature serde for the Rust simd crate, by pulling in
 any additional dependencies needed by that feature.

Package: librust-simd+serde-derive-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-simd-dev (= ${binary:Version}),
 librust-serde-derive-1+default-dev
Provides:
 librust-simd-0+serde-derive-dev (= ${binary:Version}),
 librust-simd-0.2+serde-derive-dev (= ${binary:Version}),
 librust-simd-0.2.4+serde-derive-dev (= ${binary:Version})
Description: Cross-platform access to SIMD instructions - feature "serde_derive"
 (To be obsoleted by the `std::simd` implementation RFC 2366.)
 .
 This metapackage enables feature serde_derive for the Rust simd crate, by
 pulling in any additional dependencies needed by that feature.

Package: librust-simd+with-serde-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-simd-dev (= ${binary:Version}),
 librust-serde-1+default-dev,
 librust-serde-derive-1+default-dev
Provides:
 librust-simd-0+with-serde-dev (= ${binary:Version}),
 librust-simd-0.2+with-serde-dev (= ${binary:Version}),
 librust-simd-0.2.4+with-serde-dev (= ${binary:Version})
Description: Cross-platform access to SIMD instructions - feature "with-serde"
 (To be obsoleted by the `std::simd` implementation RFC 2366.)
 .
 This metapackage enables feature with-serde for the Rust simd crate, by pulling
 in any additional dependencies needed by that feature.