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/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 : 'a -> 'a -> ('a, 'a) t -> [ `Await of ('a, 'a) t | `Flush of ('a, 'a) t | `End of ('a, 'a) t | `Error of ('a, 'a) t * error ]
val finish : ('a, 'a) t -> ('a, 'a) t
val no_flush : int -> int -> ('a, 'a) t -> ('a, 'a) t
val flush_of_meth : meth -> int -> int -> ('a, 'a) t -> ('a, 'a) t
val flush : int -> int -> ('a, 'a) t -> ('a, 'a) t
val used_out : ('a, 'a) t -> int
OCaml

Innovation. Community. Security.