package opam-0install

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

opam-0install-0.6.0.tbz
sha256=637aa8f87acfe76c8dd2d9f86bee42fac161523aecbfa06f208c45b93c1a5e39
sha512=7e8331318b3aae4dd229f03f4bfc51c81d56c5e73eef6a7c481e68fd9cf5d28427b031a9d9ec3629d6941837c4f3e59a441d17166031d8146c65616d76538330

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