pkg://zlib-1.2.1-4.src.rpm:293562/HEADER
downloads
Name : zlib Relocations: (not relocateable)
Version : 1.2.1 Vendor: (none)
Release : 4 Build Date: Thu Jul 7 03:33:23 2005
Install date: (not installed) Build Host: pkgcvs.jp.tlan
Group : System Environment/Libraries Source RPM: (none)
Size : 293890 License: Distributable
URL : http://www.gzip.org/zlib/
Summary : library for compression and decompression
Description :
zlib is designed to be a free, general-purpose, legally unencumbered
-- that is, not covered by any patents -- lossless data-compression
library for use on virtually any computer hardware and operating
system. The zlib data format is itself portable across
platforms. Unlike the LZW compression method used in Unix compress(1)
and in the GIF image format, the compression method currently used in
zlib essentially never expands the data. (LZW can double or triple the
file size in extreme cases.) zlib's memory footprint is also
independent of the input data and can be reduced, if necessary, at
some cost in compression. A more precise, technical discussion of both
points is available on another page.