Skip to content

Commit

Permalink
Adapt to Coq 8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Dec 19, 2023
1 parent a61b1b3 commit de92ae5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Docker CI
on:
push:
branches:
- master
- v8.19
pull_request:
branches:
- '**'
Expand All @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
image:
- 'coqorg/coq:dev'
- 'coqorg/coq:8.19'
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Follow the instructions on https://github.com/coq-community/templates to regener
[![Zulip][zulip-shield]][zulip-link]
[![DOI][doi-shield]][doi-link]

[docker-action-shield]: https://github.com/coq-community/paramcoq/workflows/Docker%20CI/badge.svg?branch=master
[docker-action-link]: https://github.com/coq-community/paramcoq/actions?query=workflow:"Docker%20CI"
[docker-action-shield]: https://github.com/coq-community/paramcoq/actions/workflows/docker-action.yml/badge.svg?branch=v8.19
[docker-action-link]: https://github.com/coq-community/paramcoq/actions/workflows/docker-action.yml

[contributing-shield]: https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
[contributing-link]: https://github.com/coq-community/manifesto/blob/master/CONTRIBUTING.md
Expand Down Expand Up @@ -45,7 +45,7 @@ is usable enough to "translate" a large chunk of the standard library.
- Coq-community maintainer(s):
- Pierre Roux ([**@proux01**](https://github.com/proux01))
- License: [MIT License](LICENSE)
- Compatible Coq versions: The master branch tracks the development version of Coq, see releases for compatibility with released versions of Coq
- Compatible Coq versions: The v8.19 branch supports version 8.19 of Coq, see releases for compatibility with released versions of Coq
- Additional dependencies: none
- Coq namespace: `Param`
- Related publication(s):
Expand Down
4 changes: 2 additions & 2 deletions coq-paramcoq.opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

opam-version: "2.0"
maintainer: "Pierre Roux <pierre.roux@onera.fr>"
version: "dev"
version: "8.19.dev"

homepage: "https://github.com/coq-community/paramcoq"
dev-repo: "git+https://github.com/coq-community/paramcoq.git"
Expand All @@ -24,7 +24,7 @@ install: [
[make "-C" "test-suite" "examples"] {with-test}
]
depends: [
"coq" {= "dev" }
"coq" {>= "8.19" & < "8.20~"}
]

tags: [
Expand Down
10 changes: 5 additions & 5 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ community: true
action: true
plugin: true
doi: 10.4230/LIPIcs.CSL.2012.381
branch: 'master'
branch: 'v8.19'

synopsis: Plugin for generating parametricity statements to perform refinement proofs

Expand Down Expand Up @@ -43,9 +43,9 @@ license:

supported_coq_versions:
text: >-
The master branch tracks the development version of Coq, see
The v8.19 branch supports version 8.19 of Coq, see
releases for compatibility with released versions of Coq
opam: '{= "dev" }'
opam: '{>= "8.19" & < "8.20~"}'

categories:
- name: 'Miscellaneous/Coq Extensions'
Expand All @@ -59,10 +59,10 @@ namespace: Param

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

opam-file-version: 'dev'
opam-file-version: '8.19.dev'

tested_coq_opam_versions:
- version: 'dev'
- version: '8.19'

documentation: |-
## Usage and Commands
Expand Down

0 comments on commit de92ae5

Please sign in to comment.