Package: rust-zstd-sys / 2.0.13-3
Metadata
Package | Version | Patches format |
---|---|---|
rust-zstd-sys | 2.0.13-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
pkg config_and_bindgen.diff | (download) |
Cargo.toml |
6 0 + 6 - 0 ! |
use debian packaged zstd |
relax deps.diff | (download) |
Cargo.toml |
3 1 + 2 - 0 ! |
--- |
remove unavailable features.diff | (download) |
Cargo.toml |
6 0 + 6 - 0 ! |
remove unavailable features As we use Debian packaged libzstd not the bundled, some features are not (can not be) enabled at build time and unavailable, or made no-op: - debug, fat-lto, no_asm, thin, thin-lto: only useful with bundled zstd - zstdmt: deprecated, upstream hidden by default - legacy: Debian package has it on - pkg-config: always used - std: no-op with use-std-c-ffi.patch |
use std c ffi.patch | (download) |
build.rs |
6 4 + 2 - 0 ! |
do not use libc for c types, core::ffi is enough |
1