package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = X.Remote.t
type commit = Commit.key
type branch = Branch.key
type endpoint = X.Remote.endpoint
val fetch : t -> ?depth:int -> endpoint -> branch -> (commit option, [ `Msg of string ]) Stdlib.result Lwt.t
val push : t -> ?depth:int -> endpoint -> branch -> (unit, [ `Detached_head | `Msg of string ]) Stdlib.result Lwt.t
val v : Repo.t -> t Lwt.t