File: control

package info (click to toggle)
rust-string-cache 0.8.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: makefile: 4
file content (53 lines) | stat: -rw-r--r-- 2,324 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
Source: rust-string-cache
Section: rust
Priority: optional
Build-Depends: debhelper (>= 12),
 dh-cargo (>= 25),
 cargo:native <!nocheck>,
 rustc:native <!nocheck>,
 libstd-rust-dev <!nocheck>,
 librust-new-debug-unreachable-1+default-dev (>= 1.0.2-~~) <!nocheck>,
 librust-once-cell-1+default-dev (>= 1.10.0-~~) <!nocheck>,
 librust-parking-lot-0.12+default-dev <!nocheck>,
 librust-phf-shared-0.11+default-dev <!nocheck>,
 librust-precomputed-hash-0.1+default-dev <!nocheck>,
 librust-serde-1+default-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 kpcyrd <git@rxv.cc>
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/string-cache]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/string-cache
X-Cargo-Crate: string_cache
Rules-Requires-Root: no

Package: librust-string-cache-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-new-debug-unreachable-1+default-dev (>= 1.0.2-~~),
 librust-once-cell-1+default-dev (>= 1.10.0-~~),
 librust-parking-lot-0.12+default-dev,
 librust-phf-shared-0.11+default-dev,
 librust-precomputed-hash-0.1+default-dev,
 librust-serde-1+default-dev
Provides:
 librust-string-cache+default-dev (= ${binary:Version}),
 librust-string-cache+serde-dev (= ${binary:Version}),
 librust-string-cache+serde-support-dev (= ${binary:Version}),
 librust-string-cache-0-dev (= ${binary:Version}),
 librust-string-cache-0+default-dev (= ${binary:Version}),
 librust-string-cache-0+serde-dev (= ${binary:Version}),
 librust-string-cache-0+serde-support-dev (= ${binary:Version}),
 librust-string-cache-0.8-dev (= ${binary:Version}),
 librust-string-cache-0.8+default-dev (= ${binary:Version}),
 librust-string-cache-0.8+serde-dev (= ${binary:Version}),
 librust-string-cache-0.8+serde-support-dev (= ${binary:Version}),
 librust-string-cache-0.8.7-dev (= ${binary:Version}),
 librust-string-cache-0.8.7+default-dev (= ${binary:Version}),
 librust-string-cache-0.8.7+serde-dev (= ${binary:Version}),
 librust-string-cache-0.8.7+serde-support-dev (= ${binary:Version})
Description: Rust string interning library - Rust source code
 This package contains the source for the Rust string_cache crate, packaged by
 debcargo for use with cargo and dh-cargo.