File: debcargo.toml

package info (click to toggle)
rust-piz 0.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 248 kB
  • sloc: sh: 14; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 385 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
overlay = "."
uploaders = ["Michael R. Crusoe <crusoe@debian.org>"]

[source]
build_depends = [ "architecture-is-64-bit" ]

[packages.lib]
summary = "Piz (a Parallel Implementation of Zip) - rust source code"
description = """
 a ZIP archive reader designed to concurrently decompress files using a simple
API
.
Source code for Debianized Rust crate "piz"
"""
test_depends = [ "zip" ]