package decompress

  1. Overview
  2. Docs
Pure OCaml implementation of Zlib

Install

Dune Dependency

Authors

Maintainers

Sources

decompress-0.8.tbz
sha256=ea6987f72816044ccf3edb586e3b64668d53c5ef1b0a735119e5c9d740504240
md5=547eaf0803af3ed01ff7801facfe27e6

doc/decompress.impl/Decompress_impl/Convenience_deflate/argument-1-X/index.html

Parameter Convenience_deflate.X

type ('i, 'o) t
type error
type meth =
  1. | PARTIAL
  2. | SYNC
  3. | FULL
val eval : 'x B.t -> 'x B.t -> ('x, 'x) t -> [ `Await of ('x, 'x) t | `Flush of ('x, 'x) t | `End of ('x, 'x) t | `Error of ('x, 'x) t * error ]
val finish : ('x, 'x) t -> ('x, 'x) t
val no_flush : int -> int -> ('x, 'x) t -> ('x, 'x) t
val flush_of_meth : meth -> int -> int -> ('x, 'x) t -> ('x, 'x) t
val flush : int -> int -> ('x, 'x) t -> ('x, 'x) t
val used_out : ('x, 'x) t -> int
OCaml

Innovation. Community. Security.