irmin-server.unix
Irmin_server_unix.Make
irmin-server
module Store : Irmin.Generic_key.S
type t
module Store = Store
module Command : Irmin_server.Command.S with module Store = Store
val readonly : Irmin.config -> Irmin.config
val v : ?tls_config:([ `Cert_file of string ] * [ `Key_file of string ]) -> ?dashboard:Conduit_lwt_unix.server -> uri:Uri.t -> Irmin.config -> t Lwt.t
Create an instance of the server
val serve : ?stop:unit Lwt.t -> t -> unit Lwt.t
Run the server
val commands : (string, Command.t) Hashtbl.t
A table mapping commands to command names