irmin-server.unix
Command.Commands
irmin-server
module Contents : sig ... end
module Node : sig ... end
module Commit : sig ... end
module Branch : sig ... end
module Ping : CMD with type req = unit and type res = unit
Check connectivity
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
type store = [
| `Empty
| `Branch of Store.branch
| `Commit of Store.commit_key
]
val store_t : store Irmin.Type.t
module Batch : sig ... end
module Store : sig ... end