Module Opam_0install.Model

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

For dependencies:

Dependencies on alternatives (e.g. "ocaml-base-compiler | ocaml-variants") become a dependency on a virtual package which has each choice as an implementation.

module Make (Context : S.CONTEXT) : sig ... end