Irmin_graphql_unix.Server
module Remote : sig ... end
module Make
(S : Irmin.Generic_key.S)
(Remote : sig ... end) :
Irmin_graphql.Server.S
with type repo = S.repo
and type server = Cohttp_lwt_unix.Server.t
and module IO = Cohttp_lwt_unix.IO
module Make_ext
(S : Irmin.Generic_key.S)
(Remote : sig ... end)
(T :
Irmin_graphql.Server.CUSTOM_TYPES
with type path := S.path
and type metadata := S.metadata
and type contents := S.contents
and type hash := S.hash
and type branch := S.branch
and type commit_key := S.commit_key
and type contents_key := S.contents_key
and type node_key := S.node_key) :
Irmin_graphql.Server.S
with type repo = S.repo
and type server = Cohttp_lwt_unix.Server.t
and module IO = Cohttp_lwt_unix.IO