Skip to content

Commit

Permalink
Restrict rewriter OCaml version on ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Sep 22, 2023
1 parent 13c865f commit 53d1113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra-dev/packages/coq-rewriter/coq-rewriter.dev/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build: [
]
install: [make "install"]
depends: [
"ocaml" {build}
"ocaml" {>= "4.14.0" | (arch != "arm64" & arch != "aarch64")}
"coq" {>= "8.15~"}
]
dev-repo: "git+https://github.com/mit-plv/rewriter.git"
Expand Down

0 comments on commit 53d1113

Please sign in to comment.