package decompress

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

Install

Dune Dependency

Authors

Maintainers

Sources

decompress-v1.2.0.tbz
sha256=51983d4497ccb27c253e7464b03d38544aad51e0e7d537e405f4df6954c27ab0
sha512=17c7e3dc79b7cedaf649c208874a50a810002c71d061c133239b9813a9dfe424ba303a968ba68c728862bb20ceaa23465097334bc16b819317390d01c2f91f89

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.