package decompress

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

Install

Dune Dependency

Authors

Maintainers

Sources

decompress-1.5.1.tbz
sha256=cbf395a23171864b09410befb52dfc485ed99cc110840b700decb4212c32a4fe
sha512=a96b74d3f8f4d7b110bea94988ba897dab8c63f50751bffa498ad5fc2a7fc806b7fc20b90926394b9780f5c2ac93e9a6c7447c7b38366e43b3f5afff3dc4dcc8

doc/decompress.lz/Lz/index.html

Module LzSource

Sourcetype optint = Optint.t
Sourcetype src = [
  1. | `Channel of in_channel
  2. | `String of string
  3. | `Manual
]
Sourcetype decode = [
  1. | `Flush
  2. | `Await
  3. | `End
]
Sourcetype state
Sourcetype literals = De.literals
Sourcetype distances = De.distances
Sourcetype window
Sourceval literals : state -> literals
Sourceval distances : state -> distances
Sourceval checksum : state -> optint
Sourceval src : state -> bigstring -> int -> int -> unit
Sourceval src_rem : state -> int
Sourceval make_window : bits:int -> window
Sourceval compress : state -> decode
Sourceval state : ?level:int -> q:De.Queue.t -> w:window -> src -> state
OCaml

Innovation. Community. Security.