rust-brotli 3.4.0-1 source package in Ubuntu

Changelog

rust-brotli (3.4.0-1) unstable; urgency=medium

  * Package brotli 3.4.0 from crates.io using debcargo 2.6.0
  * Drop gutenberg patch that upstream merged.
  * Gate unit and integration tests behind the features/arches that they require.

 -- Alexander Kjäll <email address hidden>  Sat, 02 Dec 2023 15:18:05 +0000

Upload details

Uploaded by:
Rust Maintainers
Uploaded to:
Sid
Original maintainer:
Rust Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
rust-brotli_3.4.0-1.dsc 2.3 KiB 4cd23c75f272f138a3e711e4b955112b2e6e59b211d04b80fee488a6f2d35edc
rust-brotli_3.4.0.orig.tar.gz 1.3 MiB 516074a47ef4bce09577a3b379392300159ce5b1ba2e501ff1c819950066100f
rust-brotli_3.4.0-1.debian.tar.xz 7.4 KiB eb6f4abc51419a22c7288c7a988d5afabccf531aafc065a9151aaf203313e465

Available diffs

No changes file available.

Binary packages built by this source

brotli-rs: Compressor and decompressor for brotli written in rust

 A compressor and decompressor for brotli with an interface avoiding the rust
 stdlib.
 This makes it suitable for embedded devices and kernels.
 It is designed with a pluggable allocator so that the standard lib's allocator
 may be employed.
 The default build also includes a stdlib allocator and stream interface.
 Disable this with --features=no-stdlib. All included code is safe.

brotli-rs-dbgsym: debug symbols for brotli-rs
librust-brotli-dev: Compressor and decompressor for brotli written in rust - Rust source code

 This makes it suitable for embedded devices and kernels. It is designed with a
 pluggable allocator so that the standard lib's allocator may be employed. The
 default build also includes a stdlib allocator and stream interface. Disable
 this with --features=no-stdlib. All included code is safe.
 .
 Source code for Debianized Rust crate "brotli"