aboutsummaryrefslogtreecommitdiff
path: root/coq-mathcomp-ssreflect.opam
diff options
context:
space:
mode:
authorErik Martin-Dorel2019-10-18 11:34:05 +0200
committerCyril Cohen2019-10-18 11:34:05 +0200
commit5c4328261edace427e7cad73fdca288f6d73b87d (patch)
tree6a64302eeb8dc98f0131481b6c39c1682f662309 /coq-mathcomp-ssreflect.opam
parent9297984e0862a8d5d2ded41f9c8ff0eabc80a4df (diff)
Add build for mathcomp/mathcomp-dev:coq-8.10 (#391)
* feat: Add build for mathcomp/mathcomp-dev:coq-8.10 * fix(coq-mathcomp-ssreflect.opam): Bump coq upper bound * fix(*.opam): Remove "remove" directive href: coq/opam-coq-archive#703
Diffstat (limited to 'coq-mathcomp-ssreflect.opam')
-rw-r--r--coq-mathcomp-ssreflect.opam5
1 files changed, 2 insertions, 3 deletions
diff --git a/coq-mathcomp-ssreflect.opam b/coq-mathcomp-ssreflect.opam
index 8068c6e..28b9e31 100644
--- a/coq-mathcomp-ssreflect.opam
+++ b/coq-mathcomp-ssreflect.opam
@@ -10,10 +10,9 @@ license: "CeCILL-B"
build: [ make "-C" "mathcomp/ssreflect" "-j" "%{jobs}%" ]
install: [ make "-C" "mathcomp/ssreflect" "install" ]
-remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp'" ]
-depends: [ "coq" { ((>= "8.7" & < "8.10~") | (= "dev"))} ]
+depends: [ "coq" { ((>= "8.7" & < "8.11~") | (= "dev"))} ]
-tags: [ "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" ]
+tags: [ "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" "logpath:mathcomp.ssreflect" ]
authors: [ "Jeremy Avigad <>" "Andrea Asperti <>" "Stephane Le Roux <>" "Yves Bertot <>" "Laurence Rideau <>" "Enrico Tassi <>" "Ioana Pasca <>" "Georges Gonthier <>" "Sidi Ould Biha <>" "Cyril Cohen <>" "Francois Garillot <>" "Alexey Solovyev <>" "Russell O'Connor <>" "Laurent Théry <>" "Assia Mahboubi <>" ]
synopsis: "Small Scale Reflection"