diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,8 +1,8 @@ | |||
| 1 | ZLIB DATA COMPRESSION LIBRARY | 1 | ZLIB DATA COMPRESSION LIBRARY |
| 2 | 2 | ||
| 3 | zlib 1.3.1.2 is a general purpose data compression library. All the code is | 3 | zlib 1.3.1.2 is a general purpose data compression library. All the code is |
| 4 | thread safe. The data format used by the zlib library is described by RFCs | 4 | thread safe (though see the FAQ for caveats). The data format used by the zlib |
| 5 | (Request for Comments) 1950 to 1952 at | 5 | library is described by RFCs (Request for Comments) 1950 to 1952 at |
| 6 | https://datatracker.ietf.org/doc/html/rfc1950 (zlib format), rfc1951 (deflate | 6 | https://datatracker.ietf.org/doc/html/rfc1950 (zlib format), rfc1951 (deflate |
| 7 | format) and rfc1952 (gzip format). | 7 | format) and rfc1952 (gzip format). |
| 8 | 8 | ||
