module Hash : sig ... endmodule Value : sig ... endval pp_error : error Fmt.tval default_buffer : unit -> bufferval buffer :
?ztmp:Cstruct.t ->
?etmp:Cstruct.t ->
?dtmp:Cstruct.t ->
?raw:Cstruct.t ->
?window:Inflate.window ->
unit ->
bufferval dotgit : t -> Fpath.tval compression : t -> intval mem : t -> Hash.t -> bool Lwt.tmodule Pack : sig ... endval clear_caches : t -> unit Lwt.tval read_inflated :
t ->
Hash.t ->
([ `Blob | `Commit | `Tag | `Tree ] * Cstruct.t) option Lwt.tval write_inflated :
t ->
kind:[ `Blob | `Commit | `Tag | `Tree ] ->
Cstruct.t ->
Hash.t Lwt.tval has_global_watches : boolval has_global_checkout : bool