Skip to content

Commit efba66c

Browse files
committed
Update Opam file
1 parent b1ae559 commit efba66c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

coq-paramcoq.opam

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
opam-version: "2.0"
2-
name: "coq-paramcoq"
32
version: "1.1.2+coq8.10"
43
maintainer: "Pierre Roux <pierre.roux@onera.fr>"
54

@@ -10,7 +9,6 @@ license: "MIT"
109

1110
build: [make "-j%{jobs}%"]
1211
install: [make "install"]
13-
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Param"]
1412
depends: [
1513
"coq" {>= "8.10" & < "8.10~"}
1614
]
@@ -19,7 +17,6 @@ tags: [
1917
"keyword:paramcoq"
2018
"keyword:parametricity"
2119
"keyword:ocaml module"
22-
"category:paramcoq"
2320
"category:Miscellaneous/Coq Extensions"
2421
"logpath:Param"
2522
]
@@ -32,7 +29,7 @@ authors: [
3229
"Cyril Cohen"
3330
"Matthieu Sozeau"
3431
]
35-
synopsis: "Paramcoq"
32+
synopsis: "Plugin for generating parametricity statements to perform refinement proofs"
3633
description: """
3734
The plugin is still in an experimental state. It is not very user
3835
friendly (lack of good error messages) and still contains bugs. But is

0 commit comments

Comments
 (0)