package opam-0install

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

Description

Opam's default solver is designed to maintain a set of packages over time, minimising disruption when installing new programs and finding a compromise solution across all packages.

In many situations (e.g. CI, local roots or duniverse builds) this is not necessary, and we can get a solution much faster by using a different algorithm.

This package uses 0install's solver algorithm with opam packages.

Published: 05 May 2026

Dependencies (8)

  1. opam-file-format >= "2.1.1"
  2. 0install-solver
  3. ocaml >= "4.10.0"
  4. opam-format >= "2.2.1"
  5. opam-state >= "2.2.1"
  6. cmdliner >= "2.0.0"
  7. fmt >= "0.8.7"
  8. dune >= "2.7"

Dev Dependencies (5)

  1. odoc with-doc
  2. alcotest with-test
  3. astring with-test
  4. opam-solver with-test
  5. opam-client with-test & >= "2.2.1"

Used by (1)

  1. opam-repomin

Conflicts

None