aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 4 insertions, 5 deletions
diff --git a/README b/README
index a9b1b05..a77433e 100644
--- a/README
+++ b/README
@@ -35,12 +35,11 @@ The changes made in version 1.2.13.1 are documented in the file ChangeLog.
35 35
36Unsupported third party contributions are provided in directory contrib/ . 36Unsupported third party contributions are provided in directory contrib/ .
37 37
38zlib is available in Java using the java.util.zip package, documented at 38zlib is available in Java using the java.util.zip package. Follow the API
39http://java.sun.com/developer/technicalArticles/Programming/compression/ . 39Documentation link at: https://docs.oracle.com/search/?q=java.util.zip .
40 40
41A Perl interface to zlib written by Paul Marquess <pmqs@cpan.org> is available 41A Perl interface to zlib and bzip2 written by Paul Marquess <pmqs@cpan.org>
42at CPAN (Comprehensive Perl Archive Network) sites, including 42can be found at https://github.com/pmqs/IO-Compress .
43http://search.cpan.org/~pmqs/IO-Compress-Zlib/ .
44 43
45A Python interface to zlib written by A.M. Kuchling <amk@amk.ca> is 44A Python interface to zlib written by A.M. Kuchling <amk@amk.ca> is
46available in Python 1.5 and later versions, see 45available in Python 1.5 and later versions, see