File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
opam-version: "2.0"
2
- name: "coq-paramcoq"
3
2
version: "1.1.2+coq8.10"
4
3
maintainer: "Pierre Roux <pierre.roux@onera.fr>"
5
4
@@ -10,7 +9,6 @@ license: "MIT"
10
9
11
10
build: [make "-j%{jobs}%"]
12
11
install: [make "install"]
13
- remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Param"]
14
12
depends: [
15
13
"coq" {>= "8.10" & < "8.10~"}
16
14
]
@@ -19,7 +17,6 @@ tags: [
19
17
"keyword:paramcoq"
20
18
"keyword:parametricity"
21
19
"keyword:ocaml module"
22
- "category:paramcoq"
23
20
"category:Miscellaneous/Coq Extensions"
24
21
"logpath:Param"
25
22
]
@@ -32,7 +29,7 @@ authors: [
32
29
"Cyril Cohen"
33
30
"Matthieu Sozeau"
34
31
]
35
- synopsis: "Paramcoq "
32
+ synopsis: "Plugin for generating parametricity statements to perform refinement proofs "
36
33
description: """
37
34
The plugin is still in an experimental state. It is not very user
38
35
friendly (lack of good error messages) and still contains bugs. But is
You can’t perform that action at this time.
0 commit comments