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

Module B.BigstringSource

Sourceval length : t -> int
Sourceval create : int -> t
Sourceval get : t -> int -> char
Sourceval set : t -> int -> char -> unit
Sourceval sub : t -> int -> int -> t
Sourceval fill : t -> char -> unit
Sourceval copy : t -> t
Sourceval get_u16 : t -> int -> int
Sourceval get_u32 : t -> int -> int32
Sourceval get_u64 : t -> int -> int64
Sourceval set_u16 : t -> int -> int -> unit
Sourceval set_u32 : t -> int -> int32 -> unit
Sourceval set_u64 : t -> int -> int64 -> unit
Sourceval to_string : t -> string
Sourceval blit : t -> int -> t -> int -> int -> unit
Sourceval pp : Format.formatter -> t -> unit
Sourceval empty : t
OCaml

Innovation. Community. Security.