package ezgzip

  1. Overview
  2. Docs
Simple gzip (de)compression library

Install

Dune Dependency

Authors

Maintainers

Sources

ezgzip-v0.2.3.tbz
sha256=8868eedb98f83b2d53f091a827db9b7a5b4e9ba538bbc080c91b4ac4baf679d4
sha512=766d6974057eba53e324f4299af378015024595c8e43bd0f68df5fbb33d98b42b12f7c8a6b815296d74df8eebaf969d79e7244697b918ea7b6a0b5e6f0562d77

CHANGES.md.html

v0.2.3

  • opam metadata tweaks to make dune-release happy

v0.2.2

  • Update to dune and opam 2.x

v0.2.1

  • Fix zlib formatting in gzip (de)compression

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

v0.1.0

  • Initial release