Current_github.Repo_id
Identifier for a repository hosted on GitHub.
type t = {
owner : string;
name : string;
}
val pp : t Fmt.t
val compare : t -> t -> int
val cmdliner : t Cmdliner.Arg.conv