diff options
| author | Cyril Cohen | 2017-10-23 11:24:50 +0200 |
|---|---|---|
| committer | GitHub | 2017-10-23 11:24:50 +0200 |
| commit | f418fee13c770b27f2bf4fbfdfa2a1179596355e (patch) | |
| tree | bf08806f589e8a4857654becd3a5b8704e5d7736 /mathcomp/ssreflect | |
| parent | 78bfdccb61c4ec4bd0efd01c26e68a530b85e890 (diff) | |
| parent | 33477fadfd9533fac08f888527c7ad3083899af2 (diff) | |
Merge pull request #145 from CohenCyril/new-packager
New packager
Diffstat (limited to 'mathcomp/ssreflect')
| -rw-r--r-- | mathcomp/ssreflect/opam | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mathcomp/ssreflect/opam b/mathcomp/ssreflect/opam index 398d385..7e1b09c 100644 --- a/mathcomp/ssreflect/opam +++ b/mathcomp/ssreflect/opam @@ -3,14 +3,14 @@ name: "coq-mathcomp-ssreflect" version: "dev" maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" -homepage: "http://ssr.msr-inria.inria.fr/" +homepage: "http://math-comp.github.io/math-comp/" bug-reports: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" 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 <>" ] |
