Module Volgo_hg_backend.Runtime

Defining the interface of a compatible runtime.

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

module type S = sig ... end