We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8014478 commit 8456765Copy full SHA for 8456765
1 file changed
opam
@@ -10,7 +10,7 @@ license: "Proprietary"
10
11
build: [ [ "./configure" ] [ make "-j%{jobs}%" ] ]
12
install: [ make "install" ]
13
-remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/InfSeqExt" ]
+remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/InfSeqExt'" ]
14
depends: [ "coq" {((>= "8.5" & < "8.6~") | (>= "8.6" & < "8.7~"))} ]
15
16
tags: [ "keyword:temporal logic" "keyword:infinite transition systems" "keyword:coinduction" "category:Mathematics/Logic/Modal logic" ]
0 commit comments