package current_github

  1. Overview
  2. Docs

Identifier for a repository hosted on GitHub.

type t = {
  1. owner : string;
  2. name : string;
}
val pp : t Fmt.t
val compare : t -> t -> int
val cmdliner : t Cmdliner.Arg.conv