Irmin_server_unix.Makemodule Store : Irmin.Generic_key.Smodule Store = Storemodule Command : Irmin_server.Command.S with module Store = Storeval readonly : Irmin.config -> Irmin.configval v : 
  ?tls_config:([ `Cert_file of string ] * [ `Key_file of string ]) ->
  ?dashboard:Conduit_lwt_unix.server ->
  uri:Uri.t ->
  Irmin.config ->
  t Lwt.tCreate an instance of the server
val serve : ?stop:unit Lwt.t -> t -> unit Lwt.tRun the server
val commands : (string, Command.t) Stdlib.Hashtbl.tA table mapping commands to command names