File: control

package info (click to toggle)
rust-memchr 2.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 232 kB
  • sloc: makefile: 2
file content (84 lines) | stat: -rw-r--r-- 3,071 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
Source: rust-memchr
Section: rust
Priority: optional
Build-Depends: debhelper (>= 11),
 dh-cargo (>= 15),
 cargo:native <!nocheck>,
 rustc:native <!nocheck>,
 libstd-rust-dev <!nocheck>,
 librust-cfg-if-0.1+default-dev (>= 0.1.5-~~) <!nocheck>,
 librust-libc-0.2+use-std-dev (>= 0.2.18-~~) <!nocheck>,
 librust-libc-0.2-dev (>= 0.2.18-~~) <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Sylvestre Ledru <sylvestre@debian.org>
Standards-Version: 4.2.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/memchr]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/memchr
Homepage: https://github.com/BurntSushi/rust-memchr

Package: librust-memchr-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-cfg-if-0.1+default-dev (>= 0.1.5-~~)
Recommends:
 librust-memchr+default-dev (= ${binary:Version})
Suggests:
 librust-memchr+libc-dev (= ${binary:Version}),
 librust-memchr+use-std-dev (= ${binary:Version})
Provides:
 librust-memchr-2-dev (= ${binary:Version}),
 librust-memchr-2.1-dev (= ${binary:Version}),
 librust-memchr-2.1.3-dev (= ${binary:Version})
Description: Safe interface to memchr - Rust source code
 This package contains the source for the Rust memchr crate, packaged by
 debcargo for use with cargo and dh-cargo.

Package: librust-memchr+default-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-memchr-dev (= ${binary:Version}),
 librust-memchr+use-std-dev (= ${binary:Version}),
 librust-libc-0.2-dev (>= 0.2.18-~~)
Provides:
 librust-memchr-2+default-dev (= ${binary:Version}),
 librust-memchr-2.1+default-dev (= ${binary:Version}),
 librust-memchr-2.1.3+default-dev (= ${binary:Version})
Description: Safe interface to memchr - feature "default"
 This metapackage enables feature default for the Rust memchr crate, by pulling
 in any additional dependencies needed by that feature.

Package: librust-memchr+libc-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-memchr-dev (= ${binary:Version}),
 librust-libc-0.2-dev (>= 0.2.18-~~)
Provides:
 librust-memchr-2+libc-dev (= ${binary:Version}),
 librust-memchr-2.1+libc-dev (= ${binary:Version}),
 librust-memchr-2.1.3+libc-dev (= ${binary:Version})
Description: Safe interface to memchr - feature "libc"
 This metapackage enables feature libc for the Rust memchr crate, by pulling in
 any additional dependencies needed by that feature.

Package: librust-memchr+use-std-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-memchr-dev (= ${binary:Version}),
 librust-libc-0.2+use-std-dev (>= 0.2.18-~~),
 librust-libc-0.2-dev (>= 0.2.18-~~)
Provides:
 librust-memchr-2+use-std-dev (= ${binary:Version}),
 librust-memchr-2.1+use-std-dev (= ${binary:Version}),
 librust-memchr-2.1.3+use-std-dev (= ${binary:Version})
Description: Safe interface to memchr - feature "use_std"
 This metapackage enables feature use_std for the Rust memchr crate, by pulling
 in any additional dependencies needed by that feature.