package irmin-fs

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

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.6.0.tbz
sha256=98cc035d7b618ae8d94925a00d80159d9fdabf5f165b80aedb5c879aa4cf4b8e
sha512=8a2b91621a5b74d9d88e975faa14efef18cf12cf0194f80279b0ac574468872bc0fc33d827f85dca55dbd4c46b7bb002808d9fc2fa0fa44fc85a845838c9f43b

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.