home *** CD-ROM | disk | FTP | other *** search
- .name
- zlib
- .type
- Programmer Tool
- .short
- General purpose data compression library
- .description
- zlib 1.0.4 is a general purpose data compression library. All the code
- is reentrant (thread safe). The data format used by the zlib library
- is described by RFCs (Request for Comments) 1950 to 1952 in the files
- ftp://ds.internic.net/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate
- format) and rfc1952.txt (gzip format). These documents are also available in
- other formats from ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html
-
- All functions of the compression library are documented in the file
- zlib.h. A usage example of the library is given in the file example.c
- which also tests that the library is working correctly. Another
- example is given in the file minigzip.c. The compression library itself
- is composed of all source files except example.c and minigzip.c.
- .version
- 1.0.4
- .distribution
- Freely Redistributable
- .described-by
- Fred Fish (fnf@ninemoons.com)
- .submittal
- downloaded via ftp from ftp://ftp.uu.net/pub/archiving/zip/zlib
-