README.contrib revision 199767f8919635c4928607450d9e0abb932109ce
98N/AAll files under this contrib directory are UNSUPPORTED. There were
98N/Aprovided by users of zlib and were not tested by the authors of zlib.
963N/AUse at your own risk. Please contact the authors of the contributions
98N/Afor help about these, not the zlib authors. Thanks.
98N/A
919N/A
919N/Aada/ by Dmitriy Anisimkov <anisimkov@yahoo.com>
919N/A Support for Ada
919N/A See http://zlib-ada.sourceforge.net/
919N/A
919N/Aamd64/ by Mikhail Teterin <mi@ALDAN.algebra.com>
919N/A asm code for AMD64
919N/A See patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/96393
919N/A
919N/Aasm686/ by Brian Raiter <breadbox@muppetlabs.com>
919N/A asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax
919N/A See http://www.muppetlabs.com/~breadbox/software/assembly.html
919N/A
919N/Ablast/ by Mark Adler <madler@alumni.caltech.edu>
919N/A Decompressor for output of PKWare Data Compression Library (DCL)
919N/A
919N/Adelphi/ by Cosmin Truta <cosmint@cs.ubbcluj.ro>
98N/A Support for Delphi and C++ Builder
98N/A
98N/Adotzlib/ by Henrik Ravn <henrik@ravn.com>
98N/A Support for Microsoft .Net and Visual C++ .Net
493N/A
98N/Agcc_gvmat64/by Gilles Vollant <info@winimage.com>
98N/A GCC Version of x86 64-bit (AMD64 and Intel EM64t) code for x64
98N/A assembler to replace longest_match() and inflate_fast()
98N/A
493N/Ainfback9/ by Mark Adler <madler@alumni.caltech.edu>
493N/A Unsupported diffs to infback to decode the deflate64 format
493N/A
98N/Ainflate86/ by Chris Anderson <christop@charm.net>
98N/A Tuned x86 gcc asm code to replace inflate_fast()
493N/A
98N/Aiostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
810N/A A C++ I/O streams interface to the zlib gz* functions
810N/A
810N/Aiostream2/ by Tyge L�vset <Tyge.Lovset@cmr.no>
810N/A Another C++ I/O streams interface
493N/A
967N/Aiostream3/ by Ludwig Schwardt <schwardt@sun.ac.za>
98N/A and Kevin Ruland <kevin@rodin.wustl.edu>
493N/A Yet another C++ I/O streams interface
963N/A
967N/Amasmx64/ by Gilles Vollant <info@winimage.com>
380N/A x86 64-bit (AMD64 and Intel EM64t) code for x64 assembler to
493N/A replace longest_match() and inflate_fast(), also masm x86
64-bits translation of Chris Anderson inflate_fast()
masmx86/ by Gilles Vollant <info@winimage.com>
x86 asm code to replace longest_match() and inflate_fast(),
for Visual C++ and MASM (32 bits).
Based on Brian Raiter (asm686) and Chris Anderson (inflate86)
minizip/ by Gilles Vollant <info@winimage.com>
Mini zip and unzip based on zlib
Includes Zip64 support by Mathias Svensson <mathias@result42.com>
See http://www.winimage.com/zLibDll/unzip.html
pascal/ by Bob Dellaca <bobdl@xtra.co.nz> et al.
Support for Pascal
puff/ by Mark Adler <madler@alumni.caltech.edu>
Small, low memory usage inflate. Also serves to provide an
unambiguous description of the deflate format.
testzlib/ by Gilles Vollant <info@winimage.com>
Example of the use of zlib
untgz/ by Pedro A. Aranda Gutierrez <paag@tid.es>
A very simple tar.gz file extractor using zlib
vstudio/ by Gilles Vollant <info@winimage.com>
Building a minizip-enhanced zlib with Microsoft Visual Studio
Includes vc11 from kreuzerkrieg and vc12 from davispuh