zlib/contrib/README.contrib

58 lines
2.2 KiB
Plaintext
Raw Normal View History

2022-08-28 23:13:17 +03:00
All files under this contrib directory are UNSUPPORTED. They were
2011-09-10 10:17:33 +04:00
provided by users of zlib and were not tested by the authors of zlib.
Use at your own risk. Please contact the authors of the contributions
for help about these, not the zlib authors. Thanks.
2011-09-10 10:22:37 +04:00
ada/ by Dmitriy Anisimkov <anisimkov@yahoo.com>
2011-09-10 10:23:14 +04:00
Support for Ada
See http://zlib-ada.sourceforge.net/
2011-09-10 10:17:33 +04:00
2011-09-10 10:21:47 +04:00
blast/ by Mark Adler <madler@alumni.caltech.edu>
2011-09-10 10:23:14 +04:00
Decompressor for output of PKWare Data Compression Library (DCL)
2011-09-10 10:21:47 +04:00
2011-09-10 10:22:37 +04:00
delphi/ by Cosmin Truta <cosmint@cs.ubbcluj.ro>
2011-09-10 10:23:14 +04:00
Support for Delphi and C++ Builder
2011-09-10 10:24:02 +04:00
dotzlib/ by Henrik Ravn <henrik@ravn.com>
Support for Microsoft .Net and Visual C++ .Net
2011-09-10 10:32:36 +04:00
gcc_gvmat64/by Gilles Vollant <info@winimage.com>
GCC Version of x86 64-bit (AMD64 and Intel EM64t) code for x64
assembler to replace longest_match() and inflate_fast()
2011-09-10 10:22:37 +04:00
infback9/ by Mark Adler <madler@alumni.caltech.edu>
Unsupported diffs to infback to decode the deflate64 format
2011-09-10 10:20:29 +04:00
2011-09-10 10:17:33 +04:00
iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
2011-09-10 10:23:14 +04:00
A C++ I/O streams interface to the zlib gz* functions
2011-09-10 10:17:33 +04:00
iostream2/ by Tyge Løvset <Tyge.Lovset@cmr.no>
2011-09-10 10:23:14 +04:00
Another C++ I/O streams interface
2011-09-10 10:17:33 +04:00
2011-09-10 10:22:37 +04:00
iostream3/ by Ludwig Schwardt <schwardt@sun.ac.za>
and Kevin Ruland <kevin@rodin.wustl.edu>
2011-09-10 10:23:14 +04:00
Yet another C++ I/O streams interface
2011-09-10 10:22:37 +04:00
minizip/ by Gilles Vollant <info@winimage.com>
2011-09-10 10:23:14 +04:00
Mini zip and unzip based on zlib
2011-09-10 10:32:36 +04:00
Includes Zip64 support by Mathias Svensson <mathias@result42.com>
See http://www.winimage.com/zLibDll/minizip.html
2011-09-10 10:22:37 +04:00
pascal/ by Bob Dellaca <bobdl@xtra.co.nz> et al.
2011-09-10 10:23:14 +04:00
Support for Pascal
2011-09-10 10:22:37 +04:00
puff/ by Mark Adler <madler@alumni.caltech.edu>
2011-09-10 10:23:14 +04:00
Small, low memory usage inflate. Also serves to provide an
unambiguous description of the deflate format.
2011-09-10 10:22:37 +04:00
testzlib/ by Gilles Vollant <info@winimage.com>
2011-09-10 10:23:14 +04:00
Example of the use of zlib
2011-09-10 10:21:57 +04:00
2011-09-10 10:24:02 +04:00
untgz/ by Pedro A. Aranda Gutierrez <paag@tid.es>
2011-09-10 10:23:14 +04:00
A very simple tar.gz file extractor using zlib
2011-09-10 10:17:33 +04:00
2011-09-10 10:21:57 +04:00
vstudio/ by Gilles Vollant <info@winimage.com>
2011-09-10 10:24:02 +04:00
Building a minizip-enhanced zlib with Microsoft Visual Studio
Includes vc11 from kreuzerkrieg and vc12 from davispuh