package dune-release

  1. Overview
  2. Docs

Module Config.Opam_repo_forkSource

Sourcetype t = {
  1. remote : string;
  2. local : Fpath.t;
  3. user : string option;
}