package opam-minver

  1. Overview
  2. Docs
Find minimum dependency versions for an opam project

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.2.1.tar.gz
md5=da71647413622636c272a741eb6c2587
sha512=accff5f86b878260a4453107ef2610c7b5c98302e4e6755826a29a1cf23f6832b00d00d10078e83a3d53935606e265d2c437fefd2438cf37c53c002068aa963b

doc/CHANGES.html

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.1] - 2026-07-30

Fixed

  • --write no longer re-searches after a dry run with different flags. The final computed bounds from the last fully-completed run are now cached as a "confirmed" snapshot in opam-minver.json. A later --write run writes them directly, with no searching at all, as long as every dependency currently declared in the .opam file is covered, even if that run passes different flags than the one that found them. Skipped in favor of a normal search only when --ignore-bounds is passed but the snapshot was recorded without it, since that snapshot's search may have been narrower than what's now being asked for.

[0.2.0] - 2026-07-05

Initial release.