Module Opam_ci_check

module Revdeps : sig ... end

Analyze and test the reverse dependencies of a package.

module Test : sig ... end
module Lint : sig ... end
module Opam_build : sig ... end
module Variant : sig ... end

A variant describes the platform on which a job is run, including information such as the OS distribution, architecture, and version of OCaml

module Opam_version : sig ... end
module Compiler_version : sig ... end

Data describing and manipulating supported compilers versions

module Spec : sig ... end

Defines the configuration needed to then generate an OBuilder spec

module Opam_helpers : sig ... end