package opam-minver
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Find minimum dependency versions for an opam project
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.2.1.tar.gz
md5=da71647413622636c272a741eb6c2587
sha512=accff5f86b878260a4453107ef2610c7b5c98302e4e6755826a29a1cf23f6832b00d00d10078e83a3d53935606e265d2c437fefd2438cf37c53c002068aa963b
Description
opam-minver reads a project's .opam file to enumerate its dependencies, then performs a binary search over each dependency's available versions (including the OCaml compiler version) to find the oldest version set at which the project successfully builds and passes its tests. Once found, it can optionally write the discovered lower bounds back into the .opam file.
Published: 31 Jul 2026
Dependencies (9)
Dev Dependencies (3)
-
ppx_expect
with-test & >= "v0.14.1" -
ppx_inline_test
with-test & >= "v0.14.1" -
base
with-test & >= "v0.14.2"
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page