File: control

package info (click to toggle)
rust-wide 0.7.32-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie, trixie-backports
  • size: 912 kB
  • sloc: makefile: 2; sh: 1
file content (39 lines) | stat: -rw-r--r-- 1,211 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
Source: rust-wide
Section: rust
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-rust,
 librust-bincode-1+default-dev,
 librust-bytemuck-1+default-dev,
 librust-safe-arch-0.7+bytemuck-dev,
 librust-safe-arch-0.7+default-dev,
 librust-serde-1-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/debian/rust-wide.git
Vcs-Browser: https://salsa.debian.org/debian/rust-wide
Homepage: https://github.com/lokathor/wide
Rules-Requires-Root: no

Package: librust-wide-dev
Architecture: all
Multi-Arch: foreign
Depends:
 librust-bytemuck-1+default-dev,
 librust-safe-arch-0.7+bytemuck-dev,
 librust-safe-arch-0.7+default-dev,
 librust-serde-1-dev,
 ${misc:Depends},
Provides:
 librust-wide-0.7+default-dev (= ${binary:Version}),
 librust-wide-0.7+serde-dev (= ${binary:Version}),
 librust-wide-0.7+std-dev (= ${binary:Version}),
 librust-wide-0.7-dev (= ${binary:Version}),
 librust-wide-0.7.32-dev (= ${binary:Version}),
Description: wide data types - Rust source code
 wide provides portable "wide" data types
 that do their best to be SIMD when possible.
 .
 This package contains the source for the Rust wide crate,
 for use with cargo.