package rfc1951

  1. Overview
  2. Docs

Module Rfc1951Source

Sourcemodule Buffer : sig ... end

Decompress, functionnal implementation of Zlib in OCaml.

Sourcemodule Hunk : sig ... end

Hunk definition.

Sourcemodule Lz77 : sig ... end

Lz77 algorithm.

Sourcemodule type DEFLATE = sig ... end

Deflate algorithm.

Sourcetype error_deflate =
  1. | Lz77 of Lz77.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
  4. | Invalid_distance_code
  5. | Invalid_distance of {
    1. distance : int;
    2. max : int;
    }
Sourcemodule Inflate : INFLATE with type error = error_inflate and type crc = Window.none
OCaml

Innovation. Community. Security.