diff options
| author | Yves Bertot | 2017-09-13 23:08:41 +0200 |
|---|---|---|
| committer | Yves Bertot | 2017-09-13 23:08:41 +0200 |
| commit | 5466772ab7a59081aed4bcf990bef74e9bd48965 (patch) | |
| tree | e69d5b7c56636019103fbf0279b8030310e86b39 | |
| parent | 5a08a2a78f35de41f099a3bd1a49908591d02729 (diff) | |
update the opam description for use in coq.8.7
| -rw-r--r-- | mathcomp/ssreflect/opam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/ssreflect/opam b/mathcomp/ssreflect/opam index 1601e89..398d385 100644 --- a/mathcomp/ssreflect/opam +++ b/mathcomp/ssreflect/opam @@ -10,7 +10,7 @@ license: "CeCILL-B" build: [ make "-j" "%{jobs}%" ] install: [ make "install" ] remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp'" ] -depends: [ "coq" { ((>= "8.4pl4" & < "8.5~") | (>= "8.5" & < "8.6~") | (= "dev"))} ] +depends: [ "coq" { ((>= "8.4pl4" & < "8.5~") | (>= "8.5" & < "8.8~") | (= "dev"))} ] tags: [ "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" ] 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 <>" ] |
