package opam-0install

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

opam-0install-cudf-v0.4.1.tbz
sha256=17bb96502e30ab652bd44b476c119359ad79ea272a66c15f0eb7349fa35d33d3
sha512=3890f65ad656e5191706374e0006dc73b81813d130ca62576b739e1f92daf5896b323c6dc8bcdd16dc5cdd11e851c88c469f3f8c31e6092d9ed0d7d1440f44dc

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