File: debcargo.toml

package info (click to toggle)
rust-buffered-reader 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 356 kB
  • sloc: makefile: 4
file content (15 lines) | stat: -rw-r--r-- 473 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
overlay = "."
uploaders = [ "Daniel Kahn Gillmor <dkg@fifthhorseman.net>" ]
collapse_features = true

description = """
BufferedReader is like the BufRead trait in Rust's std library and the
BufReader struct, but it allows the user to explicitly control the
amount of buffering.  This enables lookahead without consuming data.
"""

# see https://bugs.debian.org/945560
[packages."lib+bzip2"]
test_is_broken = true
[packages."lib+compression-deflate"]
test_is_broken = true