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/B/index.html

Module Decompress_impl.BSource

Sourcemodule Bigstring : sig ... end
Sourcemodule Bytes : sig ... end
Sourcetype st =
  1. | St
Sourcetype bs =
  1. | Bs
Sourcetype 'a t =
  1. | Bytes : Bytes.t -> st t
  2. | Bigstring : Bigstring.t -> bs t
Sourceval from_bytes : Bytes.t -> st t
Sourceval from_bigstring : Bigstring.t -> bs t
Sourceval from : 'a. proof:'a t -> int -> 'a t
Sourceval length : 'a. 'a t -> int
Sourceval get : 'a. 'a t -> int -> char
Sourceval set : 'a. 'a t -> int -> char -> unit
Sourceval get_u16 : 'a. 'a t -> int -> int
Sourceval get_u32 : 'a. 'a t -> int -> Int32.t
Sourceval get_u64 : 'a. 'a t -> int -> Int64.t
Sourceval set_u16 : 'a. 'a t -> int -> int -> unit
Sourceval set_u32 : 'a. 'a t -> int -> int32 -> unit
Sourceval set_u64 : 'a. 'a t -> int -> int64 -> unit
Sourceval sub : 'a. 'a t -> int -> int -> 'a t
Sourceval fill : 'a. 'a t -> int -> int -> char -> unit
Sourceval blit : 'a. 'a t -> int -> 'a t -> int -> int -> unit
Sourceval blit2 : 'a. 'a t -> int -> 'a t -> int -> 'a t -> int -> int -> unit
Sourceval pp : 'a. Format.formatter -> 'a t -> unit
Sourceval to_string : 'a. 'a t -> string
Sourceval empty : 'a. proof:'a t -> 'a t
Sourceval proof_bytes : st t
Sourceval proof_bigstring : bs t
OCaml

Innovation. Community. Security.