From 0d6e09de16de8a349dafe570ef9f87377630c6a3 Mon Sep 17 00:00:00 2001 From: Cyril Cohen Date: Thu, 19 Oct 2017 20:50:24 +0200 Subject: fix coq version --- mathcomp/ssreflect/opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mathcomp/ssreflect') diff --git a/mathcomp/ssreflect/opam b/mathcomp/ssreflect/opam index 398d385..440dc08 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.8~") | (= "dev"))} ] +depends: [ "coq" { ((>= "8.4pl4" & < "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 <>" ] -- cgit v1.2.3 From 42da1892c314e8faa545ce4657ec8633501eccd7 Mon Sep 17 00:00:00 2001 From: Cyril Cohen Date: Thu, 19 Oct 2017 22:17:14 +0200 Subject: fixed homepage --- mathcomp/ssreflect/opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mathcomp/ssreflect') diff --git a/mathcomp/ssreflect/opam b/mathcomp/ssreflect/opam index 440dc08..7e1b09c 100644 --- a/mathcomp/ssreflect/opam +++ b/mathcomp/ssreflect/opam @@ -3,7 +3,7 @@ name: "coq-mathcomp-ssreflect" version: "dev" maintainer: "Mathematical Components " -homepage: "http://ssr.msr-inria.inria.fr/" +homepage: "http://math-comp.github.io/math-comp/" bug-reports: "Mathematical Components " license: "CeCILL-B" -- cgit v1.2.3