1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: zoo
Section: utils
Priority: optional
Build-Depends: xutils-dev, debhelper (>= 9)
Maintainer: Jari Aalto <jari.aalto@cante.net>
Standards-Version: 3.9.3.1
Vcs-Browser: http://git.debian.org/?p=collab-maint/zoo.git
Vcs-Git: git://git.debian.org/git/collab-maint/zoo.git
Homepage: ftp://metalab.unc.edu/pub/Linux/utils/compress/
Package: zoo
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: manipulate zoo archives
Zoo is used to create and maintain collections of files in compressed
form. It uses a Lempel-Ziv compression algorithm that gives space
savings in the range of 20% to 80% depending on the type of file data.
Zoo can store and selectively extract multiple generations of the same
file.
.
This package exists for its historical value. If you are looking for
a compression tool for serious use, check tar and gzip.
|