package decompress

  1. Overview
  2. Docs
Pure OCaml implementation of Zlib

Install

Dune Dependency

Authors

Maintainers

Sources

decompress-0.8.tbz
sha256=ea6987f72816044ccf3edb586e3b64668d53c5ef1b0a735119e5c9d740504240
md5=547eaf0803af3ed01ff7801facfe27e6

doc/decompress.impl/Decompress_impl/RFC1951_deflate/F/index.html

Module RFC1951_deflate.FSource

Sourcetype t = int array * int array
Sourceval pp : Format.formatter -> 'a -> unit
Sourceval make : unit -> int array * int array
Sourceval add_literal : (int array * 'a) -> char -> unit
Sourceval add_distance : (int array * int array) -> (int * int) -> unit
Sourceval get_literals : ('a * 'b) -> 'a
Sourceval get_distances : ('a * 'b) -> 'b
OCaml

Innovation. Community. Security.