module PackageActionGraph:ACTION_GRAPH
with type package = package
type
package
include Graph.Sig.I
include Graph.Oper.S
module Parallel:OpamParallel.SIG
with type G.t = t and type G.V.t = V.t
module Topological:sig
..end
type
solution = {
|
to_remove : |
|
to_process : |
|
root_causes : |
val dump_solution : solution -> unit