package git

  1. Overview
  2. Docs
Git format and protocol in pure OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

git-3.2.0.tbz
sha256=2648d6a45263164936aeb4f61c1ffcb6078135626a317f400156ec62033c3893
sha512=fa19fe952331a50ad75b1a16193c46e3de2950c537e54b9e9d167b03502616bee10e36d8a114365645a8e4032b78a58d0567692106e9d6fb69f17b9964ebc3cb

doc/git.nss/Nss/Fetch/Make/index.html

Module Fetch.Make

Parameters

module IO : Sigs.IO with type +'a t = 'a Scheduler.s
module Flow : Sigs.FLOW with type 'a fiber = 'a Scheduler.s
module Uid : Sigs.UID
module Ref : Sigs.REF

Signature

val fetch_v1 : ?uses_git_transport:bool -> ?push_stdout:(string -> unit) -> ?push_stderr:(string -> unit) -> capabilities:Smart.Capability.t list -> ?deepen:[ `Depth of int | `Timestamp of int64 ] -> ?want:[ `All | `Some of Ref.t list | `None ] -> host:[ `Addr of Ipaddr.t | `Domain of [ `host ] Domain_name.t ] -> string -> Flow.t -> (Uid.t, Uid.t * int ref * int64, 'g) Sigs.store -> (Uid.t, _, Uid.t * int ref * int64, 'g, Scheduler.t) Sigs.access -> configuration -> ((string * int * int) -> unit) -> (Ref.t * Uid.t) list IO.t
OCaml

Innovation. Community. Security.