File: control

package info (click to toggle)
rust-binary-install 0.4.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 280 kB
  • sloc: makefile: 2; sh: 1
file content (49 lines) | stat: -rw-r--r-- 1,653 bytes parent folder | download | duplicates (2)
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
Source: rust-binary-install
Section: rust
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-rust (= 1),
 librust-anyhow-1+default-dev,
 librust-dirs-next-2+default-dev,
 librust-flate2-1+default-dev,
 librust-fs4-0.13+default-dev,
 librust-hex-0.4+default-dev,
 librust-is-executable-1+default-dev,
 librust-siphasher-1+default-dev,
 librust-tar-0.4+default-dev,
 librust-tempfile-3+default-dev,
 librust-ureq-3+default-dev,
 librust-ureq-3+platform-verifier-dev,
 librust-zip-5+default-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/debian/rust-binary-install.git
Vcs-Browser: https://salsa.debian.org/debian/rust-binary-install
Homepage: https://github.com/drager/binary-install

Package: librust-binary-install-dev
Architecture: all
#Multi-Arch: foreign
Depends:
 librust-anyhow-1+default-dev,
 librust-dirs-next-2+default-dev,
 librust-flate2-1+default-dev,
 librust-fs4-0.13+default-dev,
 librust-hex-0.4+default-dev,
 librust-is-executable-1+default-dev,
 librust-siphasher-1+default-dev,
 librust-tar-0.4+default-dev,
 librust-ureq-3+default-dev,
 librust-ureq-3+platform-verifier-dev,
 librust-zip-5+default-dev,
 ${misc:Depends},
Provides:
 librust-binary-install-0.4+default-dev (= ${binary:Version}),
 librust-binary-install-0.4-dev (= ${binary:Version}),
 librust-binary-install-0.4.1-dev (= ${binary:Version}),
Description: utils to find and install binaries - Rust source code
 binary-install is a utility library
 for finding and installing binaries from a path to a global cache.
 .
 This package contains the source for the Rust crate binary-install,
 for use with cargo.