package zstd

  1. Overview
  2. Docs
Bindings to zstd compression library

Install

Dune Dependency

Authors

Maintainers

Sources

zstd-0.4.tbz
sha256=c1968643e295e94e04bd49efc7939f18c189abbbeb338b3b0f3688e9f2a90111
sha512=3efca81a26004486efeb15590613ad4071d651256688d00afb64dbaf391dacf465f3bacb6626ea4763a6d067bb8af08bc7c15b32fb7541551b90d3698ba70f2f

doc/src/zstd.stubs/type_description.ml.html

Source file type_description.ml

1
2
3
4
5
6
module Types (F : Ctypes.TYPE) = struct
  open F

  let content_size_unknown = constant "ZSTD_CONTENTSIZE_UNKNOWN" ullong
  let content_size_error = constant "ZSTD_CONTENTSIZE_ERROR" ullong
end
OCaml

Innovation. Community. Security.