diff options
| author | Cyril Cohen | 2015-07-21 17:09:59 +0200 |
|---|---|---|
| committer | Cyril Cohen | 2015-07-21 17:09:59 +0200 |
| commit | 663721c0c431bb4b7a903082edd42c28407ffe91 (patch) | |
| tree | 8862b694c849dfac9809f8d84145d716858d9104 /mathcomp/basic | |
| parent | 7f7f8b1ceeb7d9b934716437c65b09899fb7bdb8 (diff) | |
update opam meta-data
Diffstat (limited to 'mathcomp/basic')
| -rw-r--r-- | mathcomp/basic/opam | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/mathcomp/basic/opam b/mathcomp/basic/opam index c72ed39..c212286 100644 --- a/mathcomp/basic/opam +++ b/mathcomp/basic/opam @@ -1,12 +1,16 @@ opam-version: "1.2" name: "coq:mathcomp:basic" -version: "1.5" -maintainer: "Ssreflect <ssreflect@msr-inria.inria.fr>" -authors: "Ssreflect <ssreflect@msr-inria.inria.fr>" +version: "dev" +maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" +authors: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" homepage: "http://ssr.msr-inria.inria.fr/" -bug-reports: "ssreflect@msr-inria.inria.fr" +bug-reports: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" license: "CeCILL-B" -build: [ make "-j" "%{jobs}%" ] + +build: [ make "-j" "%{jobs}%" ] install: [ make "install" ] remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/basic'" ] -depends: [ "coq:mathcomp:ssreflect" { = "1.5" } ] +depends: [ "coq:mathcomp:ssreflect" { = "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 <>" ] |
