package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val list : repo -> commit list Lwt.t
val find : t -> commit option Lwt.t
val get : t -> commit Lwt.t
val set : t -> commit -> unit Lwt.t
val fast_forward : t -> ?max_depth:int -> ?n:int -> commit -> (unit, ff_error) Stdlib.result Lwt.t
val test_and_set : t -> test:commit option -> set:commit option -> bool Lwt.t
val merge : into:t -> info:Info.f -> ?max_depth:int -> ?n:int -> commit -> (unit, Irmin.Merge.conflict) Stdlib.result Lwt.t