package decompress

  1. Overview
  2. Docs
Implementation of Zlib in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

decompress-v0.8.1.tbz
sha256=903b0926fe2380caf156fcdefa38bc48794f7fcf7d6befd1719aab3f8c0f1188
md5=6c600b0188516d405510cd95d8d82481

doc/decompress.impl/Decompress_impl/RFC1951_inflate/Dictionary/index.html

Module RFC1951_inflate.Dictionary

type t = {
  1. idx : int;
  2. prv : int;
  3. max : int;
  4. dictionary : int array;
}
val make : int -> t
val inflate : (int array * int * int) -> (int array -> (Safe.ro, 'a) Safe.t -> (Safe.wo, 'b) Safe.t -> ('a, 'b) t -> ('a, 'b) res) -> (Safe.ro, 'a) Safe.t -> (Safe.wo, 'b) Safe.t -> ('a, 'b) t -> ('a, 'b) res
OCaml

Innovation. Community. Security.