Skip to content

Commit 9fca35b

Browse files
committed
Lower ocaml upper bound for boltzgen 0.9, 0.9.2, 0.9.3
1 parent f3af6f3 commit 9fca35b

File tree

3 files changed

+3
-3
lines changed
  • packages/boltzgen

3 files changed

+3
-3
lines changed

packages/boltzgen/boltzgen.0.9.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage: "https://git.lacl.fr/barbot/boltzgen"
99
bug-reports: "https://git.lacl.fr/barbot/boltzgen/-/issues"
1010
depends: [
1111
"dune" {>= "2.7"}
12-
"ocaml" {>= "4.08.0" & < "5.3.0"}
12+
"ocaml" {>= "4.08.0" & < "5.2.0"}
1313
"ocaml" {< "4.13.0" & with-test}
1414
"ocaml-compiler-libs"
1515
"cmdliner" {>= "1.0.0" & < "2.0.0"}

packages/boltzgen/boltzgen.0.9.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage: "https://git.lacl.fr/barbot/boltzgen"
99
bug-reports: "https://git.lacl.fr/barbot/boltzgen/-/issues"
1010
depends: [
1111
"dune" {>= "2.7"}
12-
"ocaml" {>= "4.08.0" & < "5.3.0"}
12+
"ocaml" {>= "4.08.0" & < "5.2.0"}
1313
"ocaml" {< "5.0.0" & with-test}
1414
"ocaml-compiler-libs"
1515
"cmdliner" {>= "1.0.0" & < "2.0.0"}

packages/boltzgen/boltzgen.0.9/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage: "https://git.lacl.fr/barbot/boltzgen"
99
bug-reports: "https://git.lacl.fr/barbot/boltzgen/-/issues"
1010
depends: [
1111
"dune" {>= "2.6"}
12-
"ocaml" {>= "4.08.1" & < "5.3.0"}
12+
"ocaml" {>= "4.08.1" & < "5.2.0"}
1313
"ocaml-compiler-libs"
1414
"cmdliner" {>= "1.0.0" & < "2.0.0"}
1515
]

0 commit comments

Comments
 (0)