opam-lib.repository
OpamVCS
Generic backend for version-control systems.
opam-lib
opam-lib.client
opam-lib.format
opam-lib.solver
opam-lib.state
module type VCS = sig ... end
Each backend should implement this signature.
module Make (VCS : VCS) : OpamRepositoryBackend.S
Create a backend from a VCS implementation.
VCS