File: control

package info (click to toggle)
rzip 2.1-4.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 448 kB
  • ctags: 321
  • sloc: ansic: 1,920; sh: 225; makefile: 44
file content (20 lines) | stat: -rw-r--r-- 714 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: rzip
Section: utils
Priority: optional
Maintainer: Daniele Adriana Goulart Lopes <danydrik@yahoo.com.br>
Build-Depends: debhelper (>= 10), dh-autoreconf, libbz2-dev (>= 1.0.2)
Standards-Version: 3.9.8
Homepage: http://rzip.samba.org

Package: rzip
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: compression program for large files
 rzip is a compression program able to take advantage of
 long distance redundancies in files, allowing greater
 compression ratios. rzip uses a history buffer of up to
 900MB, while gzip uses 32KB and bzip2 uses 900KB. rzip
 cannot read from the standard input or write to the
 standard output.
 .
 This package provides rzip and runzip commands.