Skip to content

Commit 430d244

Browse files
authored
Merge pull request ocaml#22703 from dra27/more-bytecode
Correct the OCaml 5 bytecode no-flat-float-array packages
2 parents 69102d3 + e85d3a5 commit 430d244

File tree

2 files changed

+3
-2
lines changed
  • packages/ocaml-options-only-no-flat-float-array
    • ocaml-options-only-no-flat-float-array.1+bytecode-only
    • ocaml-options-only-no-flat-float-array.1

2 files changed

+3
-2
lines changed

packages/ocaml-options-only-no-flat-float-array/ocaml-options-only-no-flat-float-array.1+bytecode-only/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ synopsis: "Ensure that OCaml is compiled with no-flat-float-array, and no other
33
depends: [
44
"ocaml-option-no-flat-float-array"
55
"ocaml-option-bytecode-only"
6-
"ocaml-variants" {post & (>= "5.00.0~~" & arch != "x86_64" & arch != "arm64")}
6+
"ocaml-variants" {post & >= "5.0.0~~"}
77
]
88
conflicts: [
99
"ocaml-option-32bit"
@@ -19,3 +19,4 @@ conflicts: [
1919
]
2020
maintainer: "[email protected]"
2121
flags: compiler
22+
available: arch != "x86_64" & arch != "arm64"

packages/ocaml-options-only-no-flat-float-array/ocaml-options-only-no-flat-float-array.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ opam-version: "2.0"
22
synopsis: "Ensure that OCaml is compiled with no-flat-float-array, and no other custom options"
33
depends: [
44
"ocaml-option-no-flat-float-array"
5-
"ocaml-variants" {post & (< "5.00.0~~" | arch = "x86_64" | arch = "arm64")}
5+
"ocaml-variants" {post & < "5.0.0~~" & arch != "x86_64" & arch != "arm64"}
66
]
77
conflicts: [
88
"ocaml-option-32bit"

0 commit comments

Comments
 (0)