Skip to content

Commit

Permalink
[coq-rewriter] Use disjunctions
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Sep 23, 2023
1 parent 36d1b79 commit 781dace
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
3 changes: 1 addition & 2 deletions extra-dev/packages/coq-rewriter/coq-rewriter.dev/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ build: [
]
install: [make "install"]
depends: [
"ocaml" {build}
"ocaml" {build & >= "4.14.0" & arch != "arm64"}
"ocaml" {build & (arch = "x86_32" | arch = "x86_64" | >= "4.14.0")}
"coq" {>= "8.15~"}
]
dev-repo: "git+https://github.com/mit-plv/rewriter.git"
Expand Down
3 changes: 1 addition & 2 deletions released/packages/coq-rewriter/coq-rewriter.0.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ build: [
]
install: [make "install"]
depends: [
"ocaml" {build}
"ocaml" {build & >= "4.14.0" & arch != "arm64"}
"ocaml" {build & (arch = "x86_32" | arch = "x86_64" | >= "4.14.0")}
"coq" {>= "8.9~" & < "8.17~"}
]
dev-repo: "git+https://github.com/mit-plv/rewriter.git"
Expand Down
3 changes: 1 addition & 2 deletions released/packages/coq-rewriter/coq-rewriter.0.0.6/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ build: [
install: [make "install"]
depends: [
"conf-findutils" {build}
"ocaml" {build}
"ocaml" {build & >= "4.14.0" & arch != "arm64"}
"ocaml" {build & (arch = "x86_32" | arch = "x86_64" | >= "4.14.0")}
"coq" {>= "8.15~" & < "8.18~"}
]
dev-repo: "git+https://github.com/mit-plv/rewriter.git"
Expand Down
3 changes: 1 addition & 2 deletions released/packages/coq-rewriter/coq-rewriter.0.0.7/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ build: [
install: [make "install"]
depends: [
"conf-findutils" {build}
"ocaml" {build}
"ocaml" {build & >= "4.14.0" & arch != "arm64"}
"ocaml" {build & (arch = "x86_32" | arch = "x86_64" | >= "4.14.0")}
"coq" {>= "8.15~" & < "8.18~"}
]
dev-repo: "git+https://github.com/mit-plv/rewriter.git"
Expand Down
3 changes: 1 addition & 2 deletions released/packages/coq-rewriter/coq-rewriter.0.0.8/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ build: [
install: [make "install"]
depends: [
"conf-findutils" {build}
"ocaml" {build}
"ocaml" {build & >= "4.14.0" & arch != "arm64"}
"ocaml" {build & (arch = "x86_32" | arch = "x86_64" | >= "4.14.0")}
"coq" {>= "8.15~" & < "8.18~"}
]
dev-repo: "git+https://github.com/mit-plv/rewriter.git"
Expand Down
3 changes: 1 addition & 2 deletions released/packages/coq-rewriter/coq-rewriter.0.0.9/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ build: [
install: [make "install"]
depends: [
"conf-findutils" {build}
"ocaml" {build}
"ocaml" {build & >= "4.14.0" & arch != "arm64"}
"ocaml" {build & (arch = "x86_32" | arch = "x86_64" | >= "4.14.0")}
"coq" {>= "8.15~"}
]
dev-repo: "git+https://github.com/mit-plv/rewriter.git"
Expand Down

0 comments on commit 781dace

Please sign in to comment.