module type S = sig ... end
module Make : functor (Http : Cohttp_lwt.S.Server) -> functor (Store : Irmin.S with type Private.Sync.endpoint = Git_mirage.endpoint) -> functor (Pclock : Mirage_clock.PCLOCK) -> S with module Pclock = Pclock and module Store = Store and module Http = Http