Module Vcs_git_provider.Runtime

Defining the interface of a compatible runtime.

The other modules defined by Vcs_git_provider are all functors that are parametrized by this interface.

module type S = sig ... end