Irmin_mirage_git
module type S = sig ... end
module type Maker = sig ... end
module type KV_maker = sig ... end
module type KV_RO = sig ... end
module type KV_RW = sig ... end
module Ref
(G : Irmin_git.G) :
KV_maker with type branch = Irmin_git.reference and module G := G
Functor to create a MirageOS' KV_RO store from a Git repository. The key "/HEAD"
always shows the current HEAD.
Functor to create a MirageOS' KV_RW store from a Git repository.
module Mem : sig ... end
Embed an Irmin store into an in-memory Git repository.