Skip to content

Commit 7216fce

Browse files
committed
Add an ocaml upper bound to boltzgen 0.9, 0.9.2, 0.9.3
1 parent 8793cd6 commit 7216fce

File tree

3 files changed

+4
-4
lines changed
  • packages/boltzgen

3 files changed

+4
-4
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"}
12+
"ocaml" {>= "4.08.0" & < "5.3.0"}
1313
"ocaml-compiler-libs"
1414
"cmdliner" {< "2.0.0"}
1515
"base-unix"

packages/boltzgen/boltzgen.0.9.3/opam

Lines changed: 2 additions & 2 deletions
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"}
12+
"ocaml" {>= "4.08.0" & < "5.3.0"}
1313
"ocaml-compiler-libs"
1414
"cmdliner" {>= "1.0.0" & < "2.0.0"}
1515
"base-unix"
@@ -37,4 +37,4 @@ url {
3737
"md5=8f8e5588602654ab7aa492910e4a9fd4"
3838
"sha512=99c54502e2ca783b69ba4846a83b75f1e07cfb243cb83f98e9ee1cf39859d0ada844d79939e48719d7ba584bb6785b761339b173349d5ebf21db5ee091ba89e0"
3939
]
40-
}
40+
}

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"}
12+
"ocaml" {>= "4.08.1" & < "5.3.0"}
1313
"ocaml-compiler-libs"
1414
"cmdliner" {< "2.0.0"}
1515
]

0 commit comments

Comments
 (0)