35 lines
1.1 KiB
Text
35 lines
1.1 KiB
Text
Source: rust-soft-assert
|
|
Section: rust
|
|
Priority: optional
|
|
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
|
Build-Depends:
|
|
cargo:native <!nocheck>,
|
|
debhelper-compat (= 13),
|
|
dh-sequence-cargo,
|
|
libstd-rust-dev <!nocheck>,
|
|
rustc:native <!nocheck>,
|
|
Rules-Requires-Root: no
|
|
Standards-Version: 4.7.0
|
|
Homepage: https://github.com/Cyborus04/soft_assert
|
|
X-Cargo-Crate: soft_assert
|
|
|
|
Package: librust-soft-assert-dev
|
|
Section: rust
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
Provides:
|
|
librust-soft-assert+default-dev (= ${binary:Version}),
|
|
librust-soft-assert-0+default-dev (= ${binary:Version}),
|
|
librust-soft-assert-0-dev (= ${binary:Version}),
|
|
librust-soft-assert-0.1+default-dev (= ${binary:Version}),
|
|
librust-soft-assert-0.1-dev (= ${binary:Version}),
|
|
librust-soft-assert-0.1.1+default-dev (= ${binary:Version}),
|
|
librust-soft-assert-0.1.1-dev (= ${binary:Version}),
|
|
Description: Non-panicking assertions - Rust source code
|
|
Various macros that return early if a given condition is false,
|
|
similar to the various `assert` macros in `std`
|
|
.
|
|
This package contains the source for the Rust soft_assert crate
|
|
for use with cargo and dh-cargo.
|