Skip to content

Commit

Permalink
Correct architectures for OCaml 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Jul 6, 2023
1 parent 9eaf083 commit 8d2d963
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
25 changes: 25 additions & 0 deletions packages/ocaml-options-vanilla/ocaml-options-vanilla.3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
opam-version: "2.0"
synopsis: "Ensure that OCaml is compiled with no special options enabled"
depends: [
"ocaml-base-compiler" {post & >= "5.2.0~"} |
"ocaml-system" {post & >= "5.2.0"} |
"ocaml-variants" {post & >= "5.2.0~"}
]
conflicts: [
"ocaml-option-32bit"
"ocaml-option-afl"
"ocaml-option-bytecode-only"
"ocaml-option-default-unsafe-string"
"ocaml-option-flambda"
"ocaml-option-fp"
"ocaml-option-musl"
"ocaml-option-no-flat-float-array"
"ocaml-option-spacetime"
"ocaml-option-static"
"ocaml-option-nnp"
"ocaml-option-nnpchecker"
"ocaml-option-address-sanitizer"
"ocaml-option-leak-sanitizer"
]
maintainer: "platform@lists.ocaml.org"
flags: compiler
1 change: 0 additions & 1 deletion packages/ocaml-variants/ocaml-variants.5.2.0+trunk/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ depends: [
"base-threads" {post}
"base-domains" {post}
"base-nnp" {post}
"ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64"}
"ocaml-beta" {opam-version < "2.1.0"}
]
conflict-class: "ocaml-core-compiler"
Expand Down

0 comments on commit 8d2d963

Please sign in to comment.