?opam_version to Dir_context.std_env (@emillon #36). It defaults to the version of opam libraries, but in some cases (e.g. ocaml-ci) it is useful to inject a value that comes from an external opam process.Reject after RealImpl (@emillon #33). This improves error messages by displaying Rejects first.cmdliner) and unnecessary (fmt) dependencies for easier integration with opam. (@kit-ty-kate #28)Ok values are not passed to Term.exit (@talex5 #24)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.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.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).Initial release.