Module Vcs_git_backend.Runtime

Defining the interface of a compatible runtime.

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

module type S = sig ... end