Opam_ci_check.Revdeps
Analyze and test the reverse dependencies of a package.
val list_revdeps :
?opam_repo:string ->
?transitive:bool ->
?use_default_root:bool ->
string ->
OpamPackage.t list
list_revdeps pkg
is a list of the transitive reverse dependencies of pkg
.
find_latest_versions packages
is a list containing just the latest versions of each package in packages
.
module Display : sig ... end
Display information about reverse dependencies