package irmin-fs

  1. Overview
  2. Docs
Generic file-system backend for Irmin

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.5.0.tbz
sha256=9a0d8b07b828f5c24495c879c5b4f6f34b4da508ab40f33a94fef2944364b823
sha512=4006dafe8dcd43388e372cb3bbfa5dba558b397c2ffb4eea2996e70ba0cfdb533b61874cf5b3db62ae53033c30ee797778d9eebfb03a7d8c8bba117a1c85dc91

doc/irmin-fs.unix/Irmin_fs_unix/Make/Head/index.html

Module Make.Head

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) 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) result Lwt.t
OCaml

Innovation. Community. Security.