package opam-solver

  1. Overview
  2. Docs

opam-solver 2.0.10

Libraries

This package provides the following libraries (via ocamlobjinfo):

opam-solver

Documentation:

  • OpamCudfSolverSig
  • OpamBuiltinMccs
  • OpamCudfSolver Various implementations of the low-level CUDF resolution, most of them relying on external solvers (aspcud, etc.). Used for calling-back below Dose.
  • OpamSolverConfig Configuration options for the solver lib (record, global reference, setter, initialisation)
  • OpamActionGraph Handles graphs of actions (package changes), based on ocamlgraph
  • OpamCudf Solver interaction through Cudf, conversion of solver answer to an opam solution
  • OpamSolver Entry point to the solver, conversion of opam package universes to Cudf, dependencies computation. Front-end to Dose.