Gz.Higherval configuration :
?ascii:bool ->
?hcrc:bool ->
os ->
('t -> int32) ->
't configurationconfiguration ?ascii ?hcrc os mtime makes an Operating-System configuration to be able to compress any inputs.
val 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 ->
unittype metadata = {filename : string option;comment : string option;os : os;extra : key:string -> string option;}Type of metadata available into a GZIP flow.