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/Lookup/index.html

Module RFC1951_inflate.Lookup

type t = {
  1. table : int array;
  2. max : int;
  3. mask : int;
}
val max_mask : int
val make : int array -> int -> t
val fixed_chr : t
val fixed_dst : t
val get : t -> int -> int * int
OCaml

Innovation. Community. Security.