ocamlPackages.reanalyze: disable for OCaml ≥ 5.3

This commit is contained in:
Vincent Laporte
2025-04-18 13:29:48 +02:00
parent 862ab26729
commit e1b463d122
@@ -1,10 +1,14 @@
{
lib,
ocaml,
buildDunePackage,
fetchFromGitHub,
cppo,
}:
lib.throwIf (lib.versionAtLeast ocaml.version "5.3")
"reanalyze is not available for OCaml ${ocaml.version}"
buildDunePackage rec {
pname = "reanalyze";
version = "2.25.1";