package opam-repository

  1. Overview
  2. Docs

Layer for handling version control sources through a functor

module type VCS = sig ... end

Each backend should implement this signature.

Create a backend from a VCS implementation.