package git-unix

  1. Overview
  2. Docs
type stream = unit -> Cstruct.t option Lwt.t
val from : t -> stream -> (Hash.t * int, error) result Lwt.t
val make : t -> ?window:[ `Memory of int | `Object of int ] -> ?depth:int -> Value.t list -> (stream * (Checkseum.Crc32.t * int64) Hash.Map.t Lwt_mvar.t, error) result Lwt.t