-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
opam-version: "2.0" | ||
maintainer: "Pierre Roux <[email protected]>" | ||
version: "dev" | ||
version: "8.18.dev" | ||
|
||
homepage: "https://github.com/coq-community/paramcoq" | ||
dev-repo: "git+https://github.com/coq-community/paramcoq.git" | ||
|
@@ -24,7 +24,7 @@ install: [ | |
[make "-C" "test-suite" "examples"] {with-test} | ||
] | ||
depends: [ | ||
"coq" {= "dev" } | ||
"coq" {>= "8.18" & < "8.19~" } | ||
] | ||
|
||
tags: [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ community: true | |
action: true | ||
plugin: true | ||
doi: 10.4230/LIPIcs.CSL.2012.399 | ||
branch: 'master' | ||
branch: 'v8.18' | ||
|
||
synopsis: Plugin for generating parametricity statements to perform refinement proofs | ||
|
||
|
@@ -43,9 +43,9 @@ license: | |
|
||
supported_coq_versions: | ||
text: >- | ||
The master branch tracks the development version of Coq, see | ||
The v8.18 branch supports version 8.18 of Coq, see | ||
releases for compatibility with released versions of Coq | ||
opam: '{= "dev" }' | ||
opam: '{>= "8.18" & < "8.19~" }' | ||
|
||
categories: | ||
- name: 'Miscellaneous/Coq Extensions' | ||
|
@@ -59,10 +59,10 @@ namespace: Param | |
|
||
opam-file-maintainer: 'Pierre Roux <[email protected]>' | ||
|
||
opam-file-version: 'dev' | ||
opam-file-version: '8.18.dev' | ||
|
||
tested_coq_opam_versions: | ||
- version: 'dev' | ||
- version: '8.18' | ||
|
||
documentation: |- | ||
## Usage and Commands | ||
|