Skip to content

Commit

Permalink
Adapt to Coq 8.16 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 authored Jun 15, 2022
1 parent 2f8e198 commit 90cf758
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
name: Docker CI

on:
push:
branches:
- master
- v8.16
pull_request:
branches:
- '**'
Expand All @@ -15,7 +17,7 @@ jobs:
strategy:
matrix:
image:
- 'coqorg/coq:dev'
- 'coqorg/coq:8.16'
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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-shield]: https://github.com/coq-community/paramcoq/workflows/Docker%20CI/badge.svg?branch=v8.16
[docker-action-link]: https://github.com/coq-community/paramcoq/actions?query=workflow:"Docker%20CI"

[contributing-shield]: https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
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.16 branch supports version 8.16 of Coq, see releases for compatibility with released versions of Coq
- Additional dependencies: none
- Coq namespace: `Param`
- Related publication(s):
Expand Down
7 changes: 5 additions & 2 deletions coq-paramcoq.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.

opam-version: "2.0"
maintainer: "Pierre Roux <[email protected]>"
version: "dev"
version: "8.16.dev"

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

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.399
branch: 'master'
branch: 'v8.16'

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.16 branch supports version 8.16 of Coq, see
releases for compatibility with released versions of Coq
opam: '{= "dev" }'
opam: '{>= "8.16" & < "8.17~" }'

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

opam-file-maintainer: 'Pierre Roux <[email protected]>'

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

tested_coq_opam_versions:
- version: 'dev'
- version: '8.16'

documentation: |-
## Usage and Commands
Expand Down

0 comments on commit 90cf758

Please sign in to comment.