File: control

package info (click to toggle)
rust-lru-cache 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 128 kB
  • sloc: sh: 13; makefile: 2
file content (68 lines) | stat: -rw-r--r-- 2,718 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
Source: rust-lru-cache
Section: rust
Priority: optional
Build-Depends: debhelper (>= 11),
 dh-cargo (>= 15),
 cargo:native <!nocheck>,
 rustc:native <!nocheck>,
 libstd-rust-dev <!nocheck>,
 librust-linked-hash-map-0.5+default-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 kpcyrd <git@rxv.cc>
Standards-Version: 4.2.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/lru-cache]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/lru-cache
Homepage: https://github.com/contain-rs/lru-cache

Package: librust-lru-cache-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-linked-hash-map-0.5+default-dev
Suggests:
 librust-lru-cache+heapsize-dev (= ${binary:Version}),
 librust-lru-cache+heapsize-impl-dev (= ${binary:Version})
Provides:
 librust-lru-cache+default-dev (= ${binary:Version}),
 librust-lru-cache-0-dev (= ${binary:Version}),
 librust-lru-cache-0+default-dev (= ${binary:Version}),
 librust-lru-cache-0.1-dev (= ${binary:Version}),
 librust-lru-cache-0.1+default-dev (= ${binary:Version}),
 librust-lru-cache-0.1.2-dev (= ${binary:Version}),
 librust-lru-cache-0.1.2+default-dev (= ${binary:Version})
Description: Cache that holds a limited number of key-value pairs - Rust source code
 This package contains the source for the Rust lru-cache crate, packaged by
 debcargo for use with cargo and dh-cargo.

Package: librust-lru-cache+heapsize-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-lru-cache-dev (= ${binary:Version}),
 librust-heapsize-0.4+default-dev
Provides:
 librust-lru-cache-0+heapsize-dev (= ${binary:Version}),
 librust-lru-cache-0.1+heapsize-dev (= ${binary:Version}),
 librust-lru-cache-0.1.2+heapsize-dev (= ${binary:Version})
Description: Cache that holds a limited number of key-value pairs - feature "heapsize"
 This metapackage enables feature heapsize for the Rust lru-cache crate, by
 pulling in any additional dependencies needed by that feature.

Package: librust-lru-cache+heapsize-impl-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-lru-cache-dev (= ${binary:Version}),
 librust-heapsize-0.4+default-dev,
 librust-linked-hash-map-0.5+heapsize-impl-dev
Provides:
 librust-lru-cache-0+heapsize-impl-dev (= ${binary:Version}),
 librust-lru-cache-0.1+heapsize-impl-dev (= ${binary:Version}),
 librust-lru-cache-0.1.2+heapsize-impl-dev (= ${binary:Version})
Description: Cache that holds a limited number of key-value pairs - feature "heapsize_impl"
 This metapackage enables feature heapsize_impl for the Rust lru-cache crate, by
 pulling in any additional dependencies needed by that feature.