Module type Server.S

module Pclock : Mirage_clock.PCLOCK
module Http : Cohttp_lwt.S.Server
module Store : Irmin.S with type Backend.Remote.endpoint = Smart_git.Endpoint.t
val start : http:(Http.t -> unit Lwt.t) -> Store.repo -> unit Lwt.t