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-field.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-field.opam')
| -rw-r--r-- | coq-mathcomp-field.opam | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/coq-mathcomp-field.opam b/coq-mathcomp-field.opam index a72eeb2..bdde3ce 100644 --- a/coq-mathcomp-field.opam +++ b/coq-mathcomp-field.opam @@ -10,10 +10,9 @@ license: "CeCILL-B" build: [ make "-C" "mathcomp/field" "-j" "%{jobs}%" ] install: [ make "-C" "mathcomp/field" "install" ] -remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/field'" ] depends: [ "coq-mathcomp-solvable" { = "dev" } ] -tags: [ "keyword:algebra" "keyword:field" "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" ] +tags: [ "keyword:algebra" "keyword:field" "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" "logpath:mathcomp.field" ] 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 Fields" |
