File tree Expand file tree Collapse file tree 4 files changed +16
-11
lines changed
Expand file tree Collapse file tree 4 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 1+ # This file was generated from `meta.yml`, please do not edit manually.
2+ # Follow the instructions on https://github.com/coq-community/templates to regenerate.
13name : Docker CI
24
35on :
46 push :
57 branches :
6- - master
8+ - v8.15
79 pull_request :
810 branches :
911 - ' **'
1517 strategy :
1618 matrix :
1719 image :
18- - ' coqorg/coq:dev '
20+ - ' coqorg/coq:8.15 '
1921 fail-fast : false
2022 steps :
2123 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Follow the instructions on https://github.com/coq-community/templates to regener
1010[ ![ Zulip] [ zulip-shield ]] [ zulip-link ]
1111[ ![ DOI] [ doi-shield ]] [ doi-link ]
1212
13- [ docker-action-shield ] : https://github.com/coq-community/paramcoq/workflows/Docker%20CI/badge.svg?branch=master
13+ [ docker-action-shield ] : https://github.com/coq-community/paramcoq/workflows/Docker%20CI/badge.svg?branch=v8.15
1414[ docker-action-link ] : https://github.com/coq-community/paramcoq/actions?query=workflow:"Docker%20CI"
1515
1616[ contributing-shield ] : https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
@@ -45,7 +45,7 @@ is usable enough to "translate" a large chunk of the standard library.
4545- Coq-community maintainer(s):
4646 - Pierre Roux ([ ** @proux01 ** ] ( https://github.com/proux01 ) )
4747- License: [ MIT License] ( LICENSE )
48- - Compatible Coq versions: The master branch tracks the development version of Coq, see releases for compatibility with released versions of Coq
48+ - Compatible Coq versions: The v8.15 branch supports version 8.15 of Coq, see releases for compatibility with released versions of Coq
4949- Additional dependencies: none
5050- Coq namespace: ` Param `
5151- Related publication(s):
Original file line number Diff line number Diff line change 1+ # This file was generated from `meta.yml`, please do not edit manually.
2+ # Follow the instructions on https://github.com/coq-community/templates to regenerate.
3+
14opam-version: "2.0"
25maintainer: "Pierre Roux <pierre.roux@onera.fr>"
3- version: "dev"
6+ version: "8.15. dev"
47
58homepage: "https://github.com/coq-community/paramcoq"
69dev-repo: "git+https://github.com/coq-community/paramcoq.git"
@@ -21,7 +24,7 @@ install: [
2124 [make "-C" "test-suite" "examples"] {with-test}
2225]
2326depends: [
24- "coq" {= "dev" }
27+ "coq" {> = "8.15" & < "8.16~" }
2528]
2629
2730tags: [
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ community: true
66action : true
77plugin : true
88doi : 10.4230/LIPIcs.CSL.2012.399
9- branch : ' master '
9+ branch : ' v8.15 '
1010
1111synopsis : Plugin for generating parametricity statements to perform refinement proofs
1212
@@ -43,9 +43,9 @@ license:
4343
4444supported_coq_versions :
4545 text : >-
46- The master branch tracks the development version of Coq, see
46+ The v8.15 branch supports version 8.15 of Coq, see
4747 releases for compatibility with released versions of Coq
48- opam : ' {= "dev" }'
48+ opam : ' {> = "8.15" & < "8.16~" }'
4949
5050categories :
5151- name : ' Miscellaneous/Coq Extensions'
@@ -59,10 +59,10 @@ namespace: Param
5959
6060opam-file-maintainer : ' Pierre Roux <pierre.roux@onera.fr>'
6161
62- opam-file-version : ' dev'
62+ opam-file-version : ' 8.15. dev'
6363
6464tested_coq_opam_versions :
65- - version : ' dev '
65+ - version : ' 8.15 '
6666
6767documentation : |-
6868 ## Usage and Commands
You can’t perform that action at this time.
0 commit comments