]> git.lizzy.rs Git - zlib.git/blob - contrib/README.contrib
zlib 1.2.2
[zlib.git] / contrib / README.contrib
1 All files under this contrib directory are UNSUPPORTED. There were
2 provided by users of zlib and were not tested by the authors of zlib.
3 Use at your own risk. Please contact the authors of the contributions
4 for help about these, not the zlib authors. Thanks.
5
6
7 ada/        by Dmitriy Anisimkov <anisimkov@yahoo.com>
8         Support for Ada
9         See http://zlib-ada.sourceforge.net/
10
11 asm586/
12 asm686/     by Brian Raiter <breadbox@muppetlabs.com>
13         asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax
14         See http://www.muppetlabs.com/~breadbox/software/assembly.html
15
16 blast/      by Mark Adler <madler@alumni.caltech.edu>
17         Decompressor for output of PKWare Data Compression Library (DCL)
18
19 delphi/     by Cosmin Truta <cosmint@cs.ubbcluj.ro>
20         Support for Delphi and C++ Builder
21
22 dotzlib/    by Henrik Ravn <henrik@ravn.com>
23         Support for Microsoft .Net and Visual C++ .Net
24
25 gzappend/   by Mark Adler <madler@alumni.caltech.edu>
26         append to a gzip file -- illustrates the use of Z_BLOCK
27
28 infback9/   by Mark Adler <madler@alumni.caltech.edu>
29         Unsupported diffs to infback to decode the deflate64 format
30
31 inflate86/  by Chris Anderson <christop@charm.net>
32         Tuned x86 gcc asm code to replace inflate_fast()
33
34 iostream/   by Kevin Ruland <kevin@rodin.wustl.edu>
35         A C++ I/O streams interface to the zlib gz* functions
36
37 iostream2/  by Tyge Løvset <Tyge.Lovset@cmr.no>
38         Another C++ I/O streams interface
39
40 iostream3/  by Ludwig Schwardt <schwardt@sun.ac.za>
41             and Kevin Ruland <kevin@rodin.wustl.edu>
42         Yet another C++ I/O streams interface
43
44 masm686/    by Dan Higdon <hdan@kinesoft.com>
45             and Chuck Walbourn <chuckw@kinesoft.com>
46         asm code for Pentium Pro/PII, using the MASM syntax
47
48 masmx86/    by Gilles Vollant <info@winimage.com>
49         x86 asm code to replace longest_match() and inflate_fast(),
50         for Visual C++ and MASM
51
52 minizip/    by Gilles Vollant <info@winimage.com>
53         Mini zip and unzip based on zlib
54         See http://www.winimage.com/zLibDll/unzip.html
55
56 pascal/     by Bob Dellaca <bobdl@xtra.co.nz> et al.
57         Support for Pascal
58
59 puff/       by Mark Adler <madler@alumni.caltech.edu>
60         Small, low memory usage inflate.  Also serves to provide an
61         unambiguous description of the deflate format.
62
63 testzlib/   by Gilles Vollant <info@winimage.com>
64         Example of the use of zlib
65
66 untgz/      by Pedro A. Aranda Gutierrez <paag@tid.es>
67         A very simple tar.gz file extractor using zlib
68
69 vstudio/    by Gilles Vollant <info@winimage.com>
70         Building a minizip-enhanced zlib with Microsoft Visual Studio