Command.Commands
module Contents : sig ... end
module Node : sig ... end
module Commit : sig ... end
module Branch : sig ... end
module Export : CMD with type req = int option and type res = Store.slice
Export repo
module Import : CMD with type req = Store.slice and type res = unit
Import repo
val store_t : store Irmin.Type.t
module Batch : sig ... end
module Store : sig ... end