File: debcargo.toml

package info (click to toggle)
rust-brotli-decompressor 4.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,276 kB
  • sloc: python: 8; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 429 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
overlay = "."
summary = "Brotli decompressor library avoiding the rust stdlib"
uploaders = ["Alexander Kjäll <alexander.kjall@gmail.com>"]

collapse_features = true

# The brotli-decompressor program seems like it's just a toy and not production ready
bin = false

# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1032446
# https://github.com/dropbox/rust-brotli-decompressor/issues/23
[packages."lib+@"]
test_is_broken=true