Module OpamVCS

module OpamVCS: sig .. end
Generic backend for version-control systems.

module type VCS = sig .. end
Each backend should implement this signature.
module Make: 
functor (VCS : VCS) -> OpamRepository.BACKEND
Create a backend from a VCS implementation.