Opam_repo_ci_api.Client
type git_ref = string
A Git reference. e.g. "refs/heads/master"
type git_hash = string
type variant = string
module Ref_map : Stdlib.Map.S with type key = git_ref
module State : sig ... end
type job_info = {
variant : variant;
outcome : State.t;
}
module Commit : sig ... end
module Repo : sig ... end
module Org : sig ... end
module CI : sig ... end