package ezgzip

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.1.tar.gz
md5=6a0f8aa64541a32691f9884f0ef8737f

CHANGES.md.html

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