File: control

package info (click to toggle)
rust-powerfmt 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: makefile: 4
file content (50 lines) | stat: -rw-r--r-- 2,111 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
Source: rust-powerfmt
Section: rust
Priority: optional
Build-Depends: debhelper (>= 12),
 dh-cargo (>= 25),
 cargo:native <!nocheck>,
 rustc:native (>= 1.67.0) <!nocheck>,
 libstd-rust-dev <!nocheck>,
 librust-powerfmt-macros-0.1.0+default-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Alexander Kjäll <alexander.kjall@gmail.com>
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/powerfmt]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/powerfmt
X-Cargo-Crate: powerfmt
Rules-Requires-Root: no

Package: librust-powerfmt-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-powerfmt-macros-0.1.0+default-dev
Provides:
 librust-powerfmt+alloc-dev (= ${binary:Version}),
 librust-powerfmt+default-dev (= ${binary:Version}),
 librust-powerfmt+macros-dev (= ${binary:Version}),
 librust-powerfmt+std-dev (= ${binary:Version}),
 librust-powerfmt-0-dev (= ${binary:Version}),
 librust-powerfmt-0+alloc-dev (= ${binary:Version}),
 librust-powerfmt-0+default-dev (= ${binary:Version}),
 librust-powerfmt-0+macros-dev (= ${binary:Version}),
 librust-powerfmt-0+std-dev (= ${binary:Version}),
 librust-powerfmt-0.2-dev (= ${binary:Version}),
 librust-powerfmt-0.2+alloc-dev (= ${binary:Version}),
 librust-powerfmt-0.2+default-dev (= ${binary:Version}),
 librust-powerfmt-0.2+macros-dev (= ${binary:Version}),
 librust-powerfmt-0.2+std-dev (= ${binary:Version}),
 librust-powerfmt-0.2.0-dev (= ${binary:Version}),
 librust-powerfmt-0.2.0+alloc-dev (= ${binary:Version}),
 librust-powerfmt-0.2.0+default-dev (= ${binary:Version}),
 librust-powerfmt-0.2.0+macros-dev (= ${binary:Version}),
 librust-powerfmt-0.2.0+std-dev (= ${binary:Version})
Description: `powerfmt` is a library that provides utilities for formatting values - Rust source code
 This crate makes it     significantly easier to support filling to a minimum
 width with alignment, avoid heap     allocation, and avoid repetitive
 calculations.
 .
 Source code for Debianized Rust crate "powerfmt"