package opam-0install-cudf

  1. Overview
  2. Docs
Opam solver using 0install backend using the CUDF interface

Install

Dune Dependency

Authors

Maintainers

Sources

opam-0install-cudf-v0.3.tbz
sha256=26cacd296641278384dc7357560e3b13aca1269d406c9fd0c5f0b1132d8ccdf8
sha512=9d0a51adfecd143b575cb1a0615c527e19ba4748dbe338c442c1974ca4707e39a56de96e5c937df53cb185f442914646226b3ec0a4df50303e1d1a3eed695fa2

CHANGES.md.html

v0.3

  • opam-0install-cudf: Allow to tag packages as recommended when giving them to the solver (@kit-ty-kate #16) Recommanded packages might or might not be chosen by the solver depending on whether the most up-to-date Essential packages available are compatible with them.

  • Add an option to get the least up-to-date version of each packages (@kit-ty-kate #18) Option available in both opam-0install and opam-0install-cudf libraries as well as a new --prefer-oldest option to the opam-0install binary.

  • opam-0install-cudf: Remove the unnecessary dependency towards the opam library (@kit-ty-kate #15)

  • Documentation: Add a link to API docs in the README (@talex5 #14 #17)

v0.2

  • Add a new opam-0install-cudf package (@kit-ty-kate #11). This uses opam's CUDF API, allowing the solver to be used directly from within opam.

  • Dir_context.std_env now has some optional arguments, and also responds for opam-version (@talex5 #12). You will need to add an extra () argument to it to upgrade.

  • Evaluate a package's available expression in Dir_context (@talex5 #12). This isn't needed for Switch_context because the switch does it for us, but Dir_context could return packages with available: false.

  • Simplify the CONTEXT API (@talex5 #12). candidates now returns either Ok opam or Error pkg for each package. This is clearer than using an option type and avoids the need for a separate load function. It also makes it possible to filter packages based on the content of the opam file without having to load it twice. We also no longer bother loading the opam file for rejects (all we need is the name).

v0.1

Initial release.

OCaml

Innovation. Community. Security.