package decompress

  1. Overview
  2. Docs
Pure OCaml implementation of Zlib

Install

Dune Dependency

Authors

Maintainers

Sources

decompress-0.8.tbz
sha256=ea6987f72816044ccf3edb586e3b64668d53c5ef1b0a735119e5c9d740504240
md5=547eaf0803af3ed01ff7801facfe27e6

doc/decompress.rfc1951/Rfc1951/index.html

Module Rfc1951Source

Sourcemodule B : sig ... end

Decompress, functionnal implementation of Zlib in OCaml.

Sourcemodule Hunk : sig ... end

Hunk definition.

Sourcemodule L : sig ... end

Lz77 algorithm.

Sourcemodule type DEFLATE = sig ... end

Deflate algorithm.

Sourcetype error_deflate =
  1. | Lz77 of L.error
Sourcemodule Window : sig ... end

Window used by the Inflate algorithm.

Sourcemodule type INFLATE = sig ... end

Inflate algorithm.

Sourcetype error_inflate =
  1. | Invalid_kind_of_block
  2. | Invalid_complement_of_length
  3. | Invalid_dictionary
OCaml

Innovation. Community. Security.