Module type Irmin_server_unix.S

type t
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) Stdlib.Hashtbl.t

A table mapping commands to command names