package opam-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Generic backend for version-control systems.

module type VCS = sig ... end

Each backend should implement this signature.

Create a backend from a VCS implementation.