package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Irmin__Remote.None(Irmin_pack_unix__Ext.Maker(Config).Make(Irmin.Schema.KV(C)).X.Commit.Key)(Irmin_pack_unix__Ext.Maker(Config).Make(Irmin.Schema.KV(C)).{B}4).t
type commit = Commit.Key.t
type endpoint = unit
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 : 'a -> t Lwt.t