Git.Object_graph
module type S = sig ... end
module Make : functor (S : sig ... end) -> S with module Store = S