Skip to content

Commit

Permalink
Drop aarch64 to comply with opam-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Sep 22, 2023
1 parent 2bee023 commit f7c8295
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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 @@ -13,7 +13,7 @@ build: [
install: [make "install"]
depends: [
"ocaml" {build}
"ocaml" {build & >= "4.14.0" & (arch != "arm64" | arch != "aarch64")}
"ocaml" {build & >= "4.14.0" & arch != "arm64"}
"coq" {>= "8.15~"}
]
dev-repo: "git+https://github.com/mit-plv/rewriter.git"
Expand Down
2 changes: 1 addition & 1 deletion released/packages/coq-rewriter/coq-rewriter.0.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build: [
install: [make "install"]
depends: [
"ocaml" {build}
"ocaml" {build & >= "4.14.0" & (arch != "arm64" | arch != "aarch64")}
"ocaml" {build & >= "4.14.0" & arch != "arm64"}
"coq" {>= "8.9~"}
]
dev-repo: "git+https://github.com/mit-plv/rewriter.git"
Expand Down
2 changes: 1 addition & 1 deletion released/packages/coq-rewriter/coq-rewriter.0.0.6/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install: [make "install"]
depends: [
"conf-findutils" {build}
"ocaml" {build}
"ocaml" {build & >= "4.14.0" & (arch != "arm64" | arch != "aarch64")}
"ocaml" {build & >= "4.14.0" & arch != "arm64"}
"coq" {>= "8.15~"}
]
dev-repo: "git+https://github.com/mit-plv/rewriter.git"
Expand Down
2 changes: 1 addition & 1 deletion released/packages/coq-rewriter/coq-rewriter.0.0.7/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install: [make "install"]
depends: [
"conf-findutils" {build}
"ocaml" {build}
"ocaml" {build & >= "4.14.0" & (arch != "arm64" | arch != "aarch64")}
"ocaml" {build & >= "4.14.0" & arch != "arm64"}
"coq" {>= "8.15~"}
]
dev-repo: "git+https://github.com/mit-plv/rewriter.git"
Expand Down
2 changes: 1 addition & 1 deletion released/packages/coq-rewriter/coq-rewriter.0.0.8/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install: [make "install"]
depends: [
"conf-findutils" {build}
"ocaml" {build}
"ocaml" {build & >= "4.14.0" & (arch != "arm64" | arch != "aarch64")}
"ocaml" {build & >= "4.14.0" & arch != "arm64"}
"coq" {>= "8.15~"}
]
dev-repo: "git+https://github.com/mit-plv/rewriter.git"
Expand Down

0 comments on commit f7c8295

Please sign in to comment.