You can search for identifiers within the package.
in-package search v0.2.0
Identifier for a Project's repository hosted on GitLab.
type t = {
owner : string;
name : string;
project_id : int;
}
val pp : t Fmt.t
val compare : t -> t -> int
val cmdliner : t Cmdliner.Term.t
Cmdliner parser for reading a repo_id as a string. Expected format is "owner/name/project_id"