Skip to content

Releases: hcarty/ezgzip

v0.2.3

26 Jun 22:25
Compare
Choose a tag to compare

CHANGES:

  • opam metadata tweaks to make dune-release happy

v0.2.2

26 Jun 22:19
Compare
Choose a tag to compare

CHANGES:

  • Update to dune and opam 2.x

Fix gzip/gunzip compatibility

02 Mar 23:47
0efd8a3
Compare
Choose a tag to compare

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

21 Feb 16:35
Compare
Choose a tag to compare

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