package opam-0install-cudf
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Opam solver using 0install backend using the CUDF interface
Install
dune-project
Dependency
Authors
Maintainers
Sources
opam-0install-cudf-0.5.0.tar.gz
md5=75419722aa839f518a25cae1b3c6efd4
sha512=83c0372168d612ef80548ab7fb021a92cdc39e13a77d87c5af5fd21eb515389b624d09c24d500e9ac33b3fc10d17c9869f160f8771f9c8f545b0453b9a0fd4df
doc/opam-0install-cudf/Opam_0install_cudf/index.html
Module Opam_0install_cudfSource
Source
val create :
?prefer_oldest:bool ->
?handle_avoid_version:bool ->
?prefer_installed:bool ->
constraints:
(Cudf_types.pkgname * (Cudf_types.relop * Cudf_types.version)) list ->
Cudf.universe ->
tcreate ~constraints universe is a solver that gets candidates from universe, filtering them using constraints.
Source
val solve :
t ->
(Cudf_types.pkgname * [ `Essential | `Recommended ]) list ->
(selections, diagnostics) resultsolve t packages finds a compatible set of package versions that includes all packages in packages according to their requirement tag, and their required dependencies if needed.
diagnostics d is a message explaining why d failed, generated by performing another solve which doesn't abort on failure.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>