home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / zlib-1.0.4-bin.lha.pi < prev    next >
Text File  |  1996-10-12  |  1KB  |  28 lines

  1. .name
  2. zlib
  3. .type
  4. Programmer Tool
  5. .short
  6. General purpose data compression library
  7. .description
  8. zlib 1.0.4 is a general purpose data compression library.  All the code
  9. is reentrant (thread safe).  The data format used by the zlib library
  10. is described by RFCs (Request for Comments) 1950 to 1952 in the files 
  11. ftp://ds.internic.net/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate
  12. format) and rfc1952.txt (gzip format). These documents are also available in
  13. other formats from ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html
  14.  
  15. All functions of the compression library are documented in the file
  16. zlib.h. A usage example of the library is given in the file example.c
  17. which also tests that the library is working correctly. Another
  18. example is given in the file minigzip.c. The compression library itself
  19. is composed of all source files except example.c and minigzip.c.
  20. .version
  21. 1.0.4
  22. .distribution
  23. Freely Redistributable
  24. .described-by
  25. Fred Fish (fnf@ninemoons.com)
  26. .submittal
  27. downloaded via ftp from ftp://ftp.uu.net/pub/archiving/zip/zlib
  28.