package volgo-git-backend

  1. Overview
  2. Docs

Module type Volgo_git_backend.SSource

Sourcetype t
Sourceclass c : t -> Trait.t

Individual implementations

Sourcemodule Add : Volgo.Vcs.Trait.Add.S with type t = t
Sourcemodule Git : Volgo.Vcs.Trait.Git.S with type t = t
Sourcemodule Init : Volgo.Vcs.Trait.Init.S with type t = t
Sourcemodule Log : Volgo.Vcs.Trait.Log.S with type t = t
Sourcemodule Refs : Volgo.Vcs.Trait.Refs.S with type t = t
Sourcemodule Show : Volgo.Vcs.Trait.Show.S with type t = t