Skip to content

Commit 227cfe2

Browse files
authored
Merge pull request #28446 from jmid/boltzgen-ocaml-bound
Add an ocaml upper bound to boltzgen 0.9, 0.9.2, 0.9.3
2 parents a26be6a + 9fca35b commit 227cfe2

File tree

3 files changed

+9
-6
lines changed
  • packages/boltzgen

3 files changed

+9
-6
lines changed

packages/boltzgen/boltzgen.0.9.2/opam

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ 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.2.0"}
13+
"ocaml" {< "4.13.0" & with-test}
1314
"ocaml-compiler-libs"
14-
"cmdliner" {< "2.0.0"}
15+
"cmdliner" {>= "1.0.0" & < "2.0.0"}
1516
"base-unix"
1617
"odoc" {with-doc}
1718
]

packages/boltzgen/boltzgen.0.9.3/opam

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ 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.2.0"}
13+
"ocaml" {< "5.0.0" & with-test}
1314
"ocaml-compiler-libs"
1415
"cmdliner" {>= "1.0.0" & < "2.0.0"}
1516
"base-unix"
@@ -37,4 +38,4 @@ url {
3738
"md5=8f8e5588602654ab7aa492910e4a9fd4"
3839
"sha512=99c54502e2ca783b69ba4846a83b75f1e07cfb243cb83f98e9ee1cf39859d0ada844d79939e48719d7ba584bb6785b761339b173349d5ebf21db5ee091ba89e0"
3940
]
40-
}
41+
}

packages/boltzgen/boltzgen.0.9/opam

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ 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.2.0"}
1313
"ocaml-compiler-libs"
14-
"cmdliner" {< "2.0.0"}
14+
"cmdliner" {>= "1.0.0" & < "2.0.0"}
1515
]
1616
build: [
1717
["dune" "subst"] {dev}
@@ -27,6 +27,7 @@ build: [
2727
"@doc" {with-doc}
2828
]
2929
]
30+
dev-repo: "git+https://git.lacl.fr/barbot/boltzgen.git"
3031
url {
3132
src:
3233
"https://git.lacl.fr/barbot/boltzgen/-/archive/release0.9/boltzgen-release0.9.tar.gz"

0 commit comments

Comments
 (0)