Skip to content

Commit 4c8364f

Browse files
committed
update meta.yml to be consistent with boilerplate
1 parent af479a3 commit 4c8364f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

meta.yml

Lines changed: 4 additions & 2 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: 'master'
1010

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

@@ -59,6 +59,8 @@ namespace: Param
5959

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

62+
opam-file-version: 'dev'
63+
6264
tested_coq_opam_versions:
6365
- version: 'dev'
6466

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

0 commit comments

Comments
 (0)