package zstandard

  1. Overview
  2. Docs
OCaml bindings to Zstandard

Install

Dune Dependency

Authors

Maintainers

Sources

v0.12.1.tar.gz
sha256=c079e6737f97ebf85112fb815c07a91a796084b702507d2b44e27ac6371c3ee8
md5=3fa14dbe928320e26b05df31e7ed0e8a

doc/zstandard.bindings/Zstd_bindings/C/Streaming/index.html

Module C.Streaming

val inbuffer : [ `Inbuffer ] Ctypes.structure Ctypes.typ
val inbuf_psrc : (unit Ctypes_static.ptr, [ `Inbuffer ] Ctypes.structure) Ctypes.field
val inbuf_size : (Unsigned.size_t, [ `Inbuffer ] Ctypes.structure) Ctypes.field
val inbuf_pos : (Unsigned.size_t, [ `Inbuffer ] Ctypes.structure) Ctypes.field
val outbuffer : [ `Outbuffer ] Ctypes.structure Ctypes.typ
val outbuf_pdst : (unit Ctypes_static.ptr, [ `Outbuffer ] Ctypes.structure) Ctypes.field
val outbuf_size : (Unsigned.size_t, [ `Outbuffer ] Ctypes.structure) Ctypes.field
val outbuf_pos : (Unsigned.size_t, [ `Outbuffer ] Ctypes.structure) Ctypes.field
module Compression : sig ... end
module Decompression : sig ... end
OCaml

Innovation. Community. Security.