From 503860b60cc63f1081577bdf4ef883181f131c53 Mon Sep 17 00:00:00 2001 From: Shon Feder Date: Wed, 4 Mar 2026 13:25:39 -0500 Subject: [PATCH 1/2] chore: set ocaml lowerbound of 4.12 for dune-action-trace Signed-off-by: Shon Feder --- dune-project | 2 +- opam/dune-action-trace.opam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dune-project b/dune-project index 9430b32d706..ff70147215d 100644 --- a/dune-project +++ b/dune-project @@ -261,6 +261,6 @@ understood by dune language.")) (synopsis "Dune Action Traces") (depends csexp - (ocaml (>= 4.08))) + (ocaml (>= 4.12))) (maintenance_intent none) (description "Produce trace events from dune actions")) diff --git a/opam/dune-action-trace.opam b/opam/dune-action-trace.opam index 3c3445173ca..1360a9a27eb 100644 --- a/opam/dune-action-trace.opam +++ b/opam/dune-action-trace.opam @@ -11,7 +11,7 @@ bug-reports: "https://github.com/ocaml/dune/issues" depends: [ "dune" {>= "3.22"} "csexp" - "ocaml" {>= "4.08"} + "ocaml" {>= "4.12"} "odoc" {with-doc} ] build: [ From b1d0c098bc54520260ee479e16e9655a0287be1d Mon Sep 17 00:00:00 2001 From: Shon Feder Date: Wed, 4 Mar 2026 13:28:17 -0500 Subject: [PATCH 2/2] chore: add necessary upper bound on csexp Addresses the lower-bounds packaging error detected in the opam-repo-ci Signed-off-by: Shon Feder --- dune-project | 4 ++-- opam/dune-action-trace.opam | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dune-project b/dune-project index ff70147215d..7334f597340 100644 --- a/dune-project +++ b/dune-project @@ -260,7 +260,7 @@ understood by dune language.")) (dir otherlibs/dune-action-trace) (synopsis "Dune Action Traces") (depends - csexp - (ocaml (>= 4.12))) + (csexp (>= 1.5.0)) + (ocaml (>= 4.14))) (maintenance_intent none) (description "Produce trace events from dune actions")) diff --git a/opam/dune-action-trace.opam b/opam/dune-action-trace.opam index 1360a9a27eb..22f3dc25021 100644 --- a/opam/dune-action-trace.opam +++ b/opam/dune-action-trace.opam @@ -10,8 +10,8 @@ doc: "https://dune.readthedocs.io/" bug-reports: "https://github.com/ocaml/dune/issues" depends: [ "dune" {>= "3.22"} - "csexp" - "ocaml" {>= "4.12"} + "csexp" {>= "1.5.0"} + "ocaml" {>= "4.14"} "odoc" {with-doc} ] build: [