package opam-0install

  1. Overview
  2. Docs
Opam solver using 0install backend

Install

dune-project
 Dependency

Authors

Maintainers

Sources

opam-0install-cudf-v0.4.tbz
sha256=2b6d03b34b1324e898c968bfd9eff15ebe6a95f6711fb5ae274e6ea9eaffd24f
sha512=b667fe49c02675bc1893e670b7a8dbee3c68dfffaed25d267b1f417627cf996c2603ca46c14a2586b9253ef03f43da6bd93eaf779c440b229dba46677c3dfab1

doc/opam-0install/Opam_0install/index.html

Module Opam_0installSource

Sourcemodule Dir_context : sig ... end

A context that reads opam files directly from an opam-repository checkout. It does not use a switch, and therefore does not pick up any pins the user has set. It also does not get any opam variables from the environment - instead, the caller must provide them explicitly.

Sourcemodule Model : sig ... end

This module maps between the opam and 0install concepts. Roughly:

Sourcemodule S : sig ... end
Sourcemodule Solver : sig ... end
Sourcemodule Switch_context : sig ... end