package decompress

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

Install

Dune Dependency

Authors

Maintainers

Sources

decompress-v1.1.0.tbz
sha256=a950f91c33af4d14b25c62dd3edf7067b4020b7f39c2664a2afa925f767be2b9
sha512=abb4994150ef724b4cbf0612e0215092818139a5eca33c2365b6fdac61e4e33323da490fd8ea1adf8348c136b11a6448b1500173352f7b61f7641d32c02f3874

doc/decompress.gz/Gz/Higher/index.html

Module Gz.HigherSource

Sourcetype 't configuration

Type of the Operating-System configuration.

Sourceval configuration : ?ascii:bool -> ?hcrc:bool -> os -> ('t -> int32) -> 't configuration

configuration ?ascii ?hcrc os mtime makes an Operating-System configuration to be able to compress any inputs.

Sourceval compress : ?level:int -> ?filename:string -> ?comment:string -> w:window -> q:De.Queue.t -> i:bigstring -> o:bigstring -> refill:(bigstring -> int) -> flush:(bigstring -> int -> unit) -> 't -> 't configuration -> unit
Sourcetype metadata = {
  1. filename : string option;
  2. comment : string option;
  3. os : os;
  4. extra : key:string -> string option;
}

Type of metadata available into a GZIP flow.

Sourceval uncompress : i:bigstring -> o:bigstring -> refill:(bigstring -> int) -> flush:(bigstring -> int -> unit) -> (metadata, [> `Msg of string ]) result
OCaml

Innovation. Community. Security.