Skip to content

Commit e04b0d2

Browse files
committed
Adapt to Coq 8.15
1 parent 46bc4af commit e04b0d2

File tree

4 files changed

+16
-11
lines changed

4 files changed

+16
-11
lines changed

.github/workflows/docker-action.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
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.
13
name: Docker CI
24

35
on:
46
push:
57
branches:
6-
- master
8+
- v8.15
79
pull_request:
810
branches:
911
- '**'
@@ -15,7 +17,7 @@ jobs:
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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):

coq-paramcoq.opam

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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+
14
opam-version: "2.0"
25
maintainer: "Pierre Roux <pierre.roux@onera.fr>"
3-
version: "dev"
6+
version: "8.15.dev"
47

58
homepage: "https://github.com/coq-community/paramcoq"
69
dev-repo: "git+https://github.com/coq-community/paramcoq.git"
@@ -21,7 +24,7 @@ install: [
2124
[make "-C" "test-suite" "examples"] {with-test}
2225
]
2326
depends: [
24-
"coq" {= "dev" }
27+
"coq" {>= "8.15" & < "8.16~"}
2528
]
2629

2730
tags: [

meta.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ community: true
66
action: true
77
plugin: true
88
doi: 10.4230/LIPIcs.CSL.2012.399
9-
branch: 'master'
9+
branch: 'v8.15'
1010

1111
synopsis: Plugin for generating parametricity statements to perform refinement proofs
1212

@@ -43,9 +43,9 @@ license:
4343

4444
supported_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

5050
categories:
5151
- name: 'Miscellaneous/Coq Extensions'
@@ -59,10 +59,10 @@ namespace: Param
5959

6060
opam-file-maintainer: 'Pierre Roux <pierre.roux@onera.fr>'
6161

62-
opam-file-version: 'dev'
62+
opam-file-version: '8.15.dev'
6363

6464
tested_coq_opam_versions:
65-
- version: 'dev'
65+
- version: '8.15'
6666

6767
documentation: |-
6868
## Usage and Commands

0 commit comments

Comments
 (0)