package git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module S : STORE

Signature

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