Hello everyone.
I would like to check what dependencies is one of my packages compatible with. For example, say I have a package called "foo" that depends on package "bar". Most likely, "foo" does not build with each version of "bar". What I want to do is try to build "foo" with each single version of "bar" (not manually).
What is the best approach to this?