Releases: hcarty/ezgzip
Releases · hcarty/ezgzip
v0.2.3
v0.2.2
Fix gzip/gunzip compatibility
0.2.0 had an incorrect zlib header flag set, breaking compatibility with gzip/gunzip. This fixes that issue.
v0.2.1
- Fix zlib formatting in gzip (de)compression
First opam-ready release
v0.2.0
- Use
Zlib
from camlzip rather than cryptokit + crc - Allow capping the size of decompressed content
- Add
Gzip.Z
submodule with raw zlib convenience functions