Skip to content

Commit 4f977cc

Browse files
authored
Merge pull request ocaml#28109 from mseri/frama-c
ppx_deriving 6 is not compatible with ocaml 5.4
2 parents 1ee3f5e + c590498 commit 4f977cc

File tree

1 file changed

+1
-1
lines changed
  • packages/ppx_deriving/ppx_deriving.6.0.3

1 file changed

+1
-1
lines changed

packages/ppx_deriving/ppx_deriving.6.0.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build: [
1414
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
1515
]
1616
depends: [
17-
"ocaml" {>= "4.05.0"}
17+
"ocaml" {>= "4.05.0" & < "5.4"}
1818
"dune" {>= "1.6.3"}
1919
"cppo" {>= "1.1.0" & build}
2020
"ocamlfind"

0 commit comments

Comments
 (0)