package decompress
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Implementation of Zlib in OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
decompress-v0.9.1.tbz
sha256=4e2fe1fc285449c5ab85e42dfe5c2bb1a9dee11c85fc8550405981a79e101814
sha512=b1ee40c92cda979bfb36aaa5d920263ccf017262af01596eca86d9dfb2d7796ca082c99e5ad46be5460936733484070168afeaa7e76df337939365f64d7b5502
doc/decompress.impl/Impl/Decompress_deflate/RFC1951/index.html
Module Decompress_deflate.RFC1951Source
Source
type ('i, 'o) t = {hold : int;bits : int;temp : ([ Safe.ro | Safe.wo ], 'o) Safe.t;o_off : int;o_pos : int;o_len : int;i_off : int;i_pos : int;i_len : int;level : int;wbits : int;read : int32;write : int;adler : Checkseum.Adler32.t;crc : Checkseum.Crc32.t;state : ('i, 'o) state;wi : 'i Buffer.t;wo : 'o Buffer.t;
}Source
and ('i, 'o) state = | MakeBlock of ('i, 'o) block| WriteBlock of ('i, 'o) k| FastBlock of (int * int) array * (int * int) array * Hunk.t Q.t * code * flush| AlignBlock of F.t option * bool| FixedBlock of F.t| DynamicHeader of ('i, 'o) k| StaticHeader of ('i, 'o) k| AlignF of ('i, 'o) k| Finish of int| Exception of error
Source
val block_of_level :
witness:'a Lz77.Buffer.t ->
wbits:int ->
?frequencies:F.t ->
int ->
('a, 'b) blockSource
val make_block :
(Lz77.Safe.ro, 'a) Lz77.Safe.t ->
'b ->
('a, 'a) t ->
('a, 'c) block ->
('a, 'a) resSource
val eval0 :
(Lz77.Safe.ro, 'a) Lz77.Safe.t ->
(Safe.wo, 'a) Safe.t ->
('a, 'a) t ->
('a, 'a) resinclude sig ... end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>