File: control

package info (click to toggle)
rust-retry 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 144 kB
  • sloc: perl: 258; python: 148; makefile: 5; sh: 1
file content (34 lines) | stat: -rw-r--r-- 1,128 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
Source: rust-retry
Section: rust
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-cargo (>= 25),
 librust-rand-0.8+default-dev <!nocheck>,
 libstring-shellquote-perl,
Maintainer: tinker team <blend-tinker-devel@alioth-lists.debian.net>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
 suman rajan <suman@cryptolab.net>,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/debian/rust-retry.git
Vcs-Browser: https://salsa.debian.org/debian/rust-retry
Homepage: https://github.com/jimmycuadra/retry
Rules-Requires-Root: no

Package: librust-retry-dev
Architecture: all
Multi-Arch: foreign
Depends:
 librust-rand-0.8+default-dev,
 ${misc:Depends},
Provides:
 librust-retry-2-dev (= ${binary:Version}),
 librust-retry-2.0-dev (= ${binary:Version}),
 librust-retry-2.0.0-dev (= ${binary:Version}),
 librust-retry-2+default-dev (= ${binary:Version}),
 librust-retry-2+random-dev (= ${binary:Version}),
Description: utilities for retrying operations that can fail - Rust source code
 Crate retry provides utilities for retrying operations that can fail.
 .
 This package contains the source for the Rust retry crate.