package irmin-pack

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

Module Make.HeadSource

Sourceval list : repo -> commit list Lwt.t
Sourceval find : t -> commit option Lwt.t
Sourceval get : t -> commit Lwt.t
Sourceval set : t -> commit -> unit Lwt.t
Sourceval fast_forward : t -> ?max_depth:int -> ?n:int -> commit -> (unit, ff_error) result Lwt.t
Sourceval test_and_set : t -> test:commit option -> set:commit option -> bool Lwt.t
Sourceval merge : into:t -> info:Info.f -> ?max_depth:int -> ?n:int -> commit -> (unit, Irmin.Merge.conflict) result Lwt.t
OCaml

Innovation. Community. Security.