1 The files in this directory come from the MiniZip unzip101e.zip
2 distribution, the original distribution can be found here:
4 http://www.winimage.com/zLibDll/minizip.html
6 "The Zlib library allows to deflate compressed files and to
7 create gzip (.gz) files. Zlib is free software and small.
9 An archive in ZIP format can contain several files compressed
10 with this method, while a .gz archive can containt only one
11 file. It is a very popular format, that is why I have written
12 a package for reading files compressed within a Zip archive."
14 There is no README included with the original minizip library.
16 This is a subset of the minizip library, we only use the unzip
17 capability and do not ship the actual command line tools (zip, unzip).