package decompress
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Implementation of Zlib and GZip in OCaml
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      decompress-v1.3.0.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=de149896939be13fedec46a4581121d5ab74850a2241d08e6aa8ae4bb18c52c4
    
    
  sha512=324b4c2daef6ddaae2d28edcdadec8e29ebcc408eed2fed3fe4a3cb298cd78864d9ac939ae794c6ff8d9f5233a7cfa6feee62aa683ed3eb73f53ab8ea74cbffb
    
    
  doc/decompress.de/De/Lz77/index.html
Module De.Lz77Source
The type for input sources. With a `Manual source the client must provide input with src. With `String or `Channel source the client can safely discard `Await case (with assert false).
The type for states.
literals s is frequencies of lengths and literals emitted by s since it was created.
distances s is frequencies of distances emitted by s since it was created.
src s i j l provides s with l bytes to read, starting at j in i. This byte range is read by calls to compress with s until `Await is returned. To signal the end of input call the function with l = 0.
compress s is:
`Awaitifshas a`Manualinput source and awits for more input. The client must usesrcto provide it.`Flushifsfilled completely the shared-queueq(given instate).Queue.junk_exnorQueue.pop_exncan be used to give some free cells tocompress.`Endifscompressed all input. Given shared-queueqis possibly not empty.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >