File tree 4 files changed +16
-11
lines changed 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.
1
3
name : Docker CI
2
4
3
5
on :
4
6
push :
5
7
branches :
6
- - master
8
+ - v8.15
7
9
pull_request :
8
10
branches :
9
11
- ' **'
15
17
strategy :
16
18
matrix :
17
19
image :
18
- - ' coqorg/coq:dev '
20
+ - ' coqorg/coq:8.15 '
19
21
fail-fast : false
20
22
steps :
21
23
- 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
10
10
[ ![ Zulip] [ zulip-shield ]] [ zulip-link ]
11
11
[ ![ DOI] [ doi-shield ]] [ doi-link ]
12
12
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
14
14
[ docker-action-link ] : https://github.com/coq-community/paramcoq/actions?query=workflow:"Docker%20CI"
15
15
16
16
[ 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.
45
45
- Coq-community maintainer(s):
46
46
- Pierre Roux ([ ** @proux01 ** ] ( https://github.com/proux01 ) )
47
47
- 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
49
49
- Additional dependencies: none
50
50
- Coq namespace: ` Param `
51
51
- 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
+
1
4
opam-version: "2.0"
2
5
maintainer: "Pierre Roux <pierre.roux@onera.fr>"
3
- version: "dev"
6
+ version: "8.15. dev"
4
7
5
8
homepage: "https://github.com/coq-community/paramcoq"
6
9
dev-repo: "git+https://github.com/coq-community/paramcoq.git"
@@ -21,7 +24,7 @@ install: [
21
24
[make "-C" "test-suite" "examples"] {with-test}
22
25
]
23
26
depends: [
24
- "coq" {= "dev" }
27
+ "coq" {> = "8.15" & < "8.16~" }
25
28
]
26
29
27
30
tags: [
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ community: true
6
6
action : true
7
7
plugin : true
8
8
doi : 10.4230/LIPIcs.CSL.2012.399
9
- branch : ' master '
9
+ branch : ' v8.15 '
10
10
11
11
synopsis : Plugin for generating parametricity statements to perform refinement proofs
12
12
@@ -43,9 +43,9 @@ license:
43
43
44
44
supported_coq_versions :
45
45
text : >-
46
- The master branch tracks the development version of Coq, see
46
+ The v8.15 branch supports version 8.15 of Coq, see
47
47
releases for compatibility with released versions of Coq
48
- opam : ' {= "dev" }'
48
+ opam : ' {> = "8.15" & < "8.16~" }'
49
49
50
50
categories :
51
51
- name : ' Miscellaneous/Coq Extensions'
@@ -59,10 +59,10 @@ namespace: Param
59
59
60
60
opam-file-maintainer : ' Pierre Roux <pierre.roux@onera.fr>'
61
61
62
- opam-file-version : ' dev'
62
+ opam-file-version : ' 8.15. dev'
63
63
64
64
tested_coq_opam_versions :
65
- - version : ' dev '
65
+ - version : ' 8.15 '
66
66
67
67
documentation : |-
68
68
## Usage and Commands
You can’t perform that action at this time.
0 commit comments