Skip to content

Commit a2a28a3

Browse files
committed
update opam files with latest template
1 parent 0ee0bd0 commit a2a28a3

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

coq-chapar-stores.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ the Coq proof assistant and extracted to executable code.
1515
build: [make "-j%{jobs}%" "stores"]
1616
depends: [
1717
"ocaml" {>= "4.05.0"}
18-
"coq" {(>= "8.9" & < "8.10~") | (= "dev")}
18+
"coq" {(>= "8.9" & < "8.11~") | (= "dev")}
1919
"ocamlbuild" {build}
2020
"batteries" {>= "2.8.0"}
2121
]

coq-chapar.opam

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ of client programs.
1616

1717
build: [make "-j%{jobs}%"]
1818
install: [make "install"]
19-
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Chapar"]
20-
flags: light-uninstall
2119
depends: [
2220
"ocaml"
23-
"coq" {(>= "8.9" & < "8.10~") | (= "dev")}
21+
"coq" {(>= "8.9" & < "8.11~") | (= "dev")}
2422
]
2523

2624
tags: [

meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ plugin: false
4141

4242
supported_coq_versions:
4343
text: 8.9 or later
44-
opam: '{(>= "8.9" & < "8.10~") | (= "dev")}'
44+
opam: '{(>= "8.9" & < "8.11~") | (= "dev")}'
4545

4646
tested_coq_nix_versions:
4747
- version_or_url: https://github.com/coq/coq-on-cachix/tarball/master

0 commit comments

Comments
 (0)