package decompress

  1. Overview
  2. Docs
module B : sig ... end
module Adler32 : sig ... end

Decompress, functionnal implementation of Zlib in OCaml.

module Hunk : sig ... end

Hunk definition.

module L : sig ... end

Lz77 algorithm.

module type DEFLATE = sig ... end

Deflate algorithm.

module Deflate : DEFLATE
module Window : sig ... end

Window used by the Inflate algorithm.

module type INFLATE = sig ... end

Inflate algorithm.

module Inflate : INFLATE
OCaml

Innovation. Community. Security.