diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2023-05-01 14:02:34 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2023-05-01 14:02:34 -0700 |
commit | 904016e851006a40a6b48d4866b5f4ffc4611aed (patch) | |
tree | 6a8330705935f3f061353fa020755d86e4e0f454 | |
parent | b8a8373ec195c8d286fe7e81e78b4a6d31bd859f (diff) | |
download | zlib-904016e851006a40a6b48d4866b5f4ffc4611aed.tar.gz zlib-904016e851006a40a6b48d4866b5f4ffc4611aed.tar.bz2 zlib-904016e851006a40a6b48d4866b5f4ffc4611aed.zip |
Update Java and Perl links in README.
-rw-r--r-- | README | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -35,12 +35,11 @@ The changes made in version 1.2.13.1 are documented in the file ChangeLog. | |||
35 | 35 | ||
36 | Unsupported third party contributions are provided in directory contrib/ . | 36 | Unsupported third party contributions are provided in directory contrib/ . |
37 | 37 | ||
38 | zlib is available in Java using the java.util.zip package, documented at | 38 | zlib is available in Java using the java.util.zip package. Follow the API |
39 | http://java.sun.com/developer/technicalArticles/Programming/compression/ . | 39 | Documentation link at: https://docs.oracle.com/search/?q=java.util.zip . |
40 | 40 | ||
41 | A Perl interface to zlib written by Paul Marquess <pmqs@cpan.org> is available | 41 | A Perl interface to zlib and bzip2 written by Paul Marquess <pmqs@cpan.org> |
42 | at CPAN (Comprehensive Perl Archive Network) sites, including | 42 | can be found at https://github.com/pmqs/IO-Compress . |
43 | http://search.cpan.org/~pmqs/IO-Compress-Zlib/ . | ||
44 | 43 | ||
45 | A Python interface to zlib written by A.M. Kuchling <amk@amk.ca> is | 44 | A Python interface to zlib written by A.M. Kuchling <amk@amk.ca> is |
46 | available in Python 1.5 and later versions, see | 45 | available in Python 1.5 and later versions, see |