Skip to content

Commit

Permalink
update meta.yml to be consistent with boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Aug 25, 2021
1 parent af479a3 commit 4c8364f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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: 'master'

synopsis: Plugin for generating parametricity statements to perform refinement proofs

Expand Down Expand Up @@ -59,6 +59,8 @@ namespace: Param

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

opam-file-version: 'dev'

tested_coq_opam_versions:
- version: 'dev'

Expand Down Expand Up @@ -112,7 +114,7 @@ documentation: |-
```
Note that translating a term or module may lead to proof obligations (for some
fixpoints and opaque terms if you did not import `ProofIrrelevence`). You can
fixpoints and opaque terms if you did not import `ProofIrrelevence`). You need to
declare a tactic to solve such proof obligations:
```coq
[Global|Local] Parametricity Tactic := <tactic>.
Expand Down

0 comments on commit 4c8364f

Please sign in to comment.