package decompress

  1. Overview
  2. Docs
Implementation of Zlib and GZip in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

decompress-1.5.2.tbz
sha256=a8c9a6ba132514d56ad3626fbd5e79124844836010350ee161d43bb29bf5762e
sha512=1a5a935ff55ebad83682cffb9792b1b5e3a189d2df483f77856ea683706219f7c50ff14b7ab1de0c5ce90e0d779bd06ab86afb29d39461192fbbf4b3fbaf600c

doc/decompress.de/De/T/index.html

Module De.TSource

Sourcetype tree = {
  1. lengths : int array;
  2. max_code : int;
  3. tree : Lookup.t;
}
Sourceval make : length:int -> ?max_length:int -> int array -> bl_count:int array -> tree
OCaml

Innovation. Community. Security.