diff options
| author | Erik Martin-Dorel | 2019-10-18 11:34:05 +0200 |
|---|---|---|
| committer | Cyril Cohen | 2019-10-18 11:34:05 +0200 |
| commit | 5c4328261edace427e7cad73fdca288f6d73b87d (patch) | |
| tree | 6a64302eeb8dc98f0131481b6c39c1682f662309 /coq-mathcomp-algebra.opam | |
| parent | 9297984e0862a8d5d2ded41f9c8ff0eabc80a4df (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-algebra.opam')
| -rw-r--r-- | coq-mathcomp-algebra.opam | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/coq-mathcomp-algebra.opam b/coq-mathcomp-algebra.opam index 6fa40cc..c6c5568 100644 --- a/coq-mathcomp-algebra.opam +++ b/coq-mathcomp-algebra.opam @@ -10,10 +10,9 @@ license: "CeCILL-B" build: [ make "-C" "mathcomp/algebra" "-j" "%{jobs}%" ] install: [ make "-C" "mathcomp/algebra" "install" ] -remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/algebra'" ] depends: [ "coq-mathcomp-fingroup" { = "dev" } ] -tags: [ "keyword:algebra" "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" ] +tags: [ "keyword:algebra" "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" "logpath:mathcomp.algebra" ] 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: "Mathematical Components Library on Algebra" |
