Lines Matching full:zlib

1 ZLIB DATA COMPRESSION LIBRARY
3 zlib 1.3.2 is a general purpose data compression library. All the code is
4 thread safe (though see the FAQ for caveats). The data format used by the zlib
6 https://datatracker.ietf.org/doc/html/rfc1950 (zlib format), rfc1951 (deflate
9 All functions of the compression library are documented in the file zlib.h
10 (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example
22 Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant
23 <info@winimage.com> for the Windows DLL version. The zlib home page is
24 https://zlib.net/ . Before reporting a problem, please check this site to
25 verify that you have the latest version of zlib; otherwise get the latest
28 PLEASE read the zlib FAQ https://zlib.net/zlib_faq.html before asking for help.
30 Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
32 https://zlib.net/nelson/ .
38 zlib is available in Java using the java.util.zip package. Follow the API
41 A Perl interface to zlib and bzip2 written by Paul Marquess <pmqs@cpan.org>
44 A Python interface to zlib written by A.M. Kuchling <amk@amk.ca> is
46 https://docs.python.org/3/library/zlib.html .
48 zlib is built into tcl: https://wiki.tcl-lang.org/page/zlib .
51 of zlib by Gilles Vollant <info@winimage.com>, is available in the
52 contrib/minizip directory of zlib.
63 - zlib doesn't work with gcc 2.6.3 on a DEC 3000/300LX under OSF/1 2.1 it works
69 - zlib doesn't work on HP-UX 9.05 with some versions of /bin/cc. It works with
77 The deflate format used by zlib was defined by Phil Katz. The deflate and
78 zlib specifications were written by L. Peter Deutsch. Thanks to all the
79 people who reported problems and suggested various improvements in zlib; they
105 If you use the zlib library in a product, we would appreciate *not* receiving