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 | |
| parent | 7f7f8b1ceeb7d9b934716437c65b09899fb7bdb8 (diff) | |
update opam meta-data
Diffstat (limited to 'mathcomp')
| -rw-r--r-- | mathcomp/algebra/opam | 16 | ||||
| -rw-r--r-- | mathcomp/basic/opam | 16 | ||||
| -rw-r--r-- | mathcomp/character/opam | 16 | ||||
| -rw-r--r-- | mathcomp/field/opam | 16 | ||||
| -rw-r--r-- | mathcomp/fingroup/opam | 16 | ||||
| -rw-r--r-- | mathcomp/odd_order/opam | 16 | ||||
| -rw-r--r-- | mathcomp/real_closed/opam | 14 | ||||
| -rw-r--r-- | mathcomp/solvable/opam | 16 | ||||
| -rw-r--r-- | mathcomp/ssreflect/opam | 16 |
9 files changed, 89 insertions, 53 deletions
diff --git a/mathcomp/algebra/opam b/mathcomp/algebra/opam index f662b48..c784abe 100644 --- a/mathcomp/algebra/opam +++ b/mathcomp/algebra/opam @@ -1,12 +1,16 @@ opam-version: "1.2" name: "coq:mathcomp:algebra" -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/algebra'" ] -depends: [ "coq:mathcomp:fingroup" { = "1.5" } ] +depends: [ "coq:mathcomp:fingroup" { = "dev" } ] + +tags: [ "keyword:algebra" "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 <>" ] 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 <>" ] diff --git a/mathcomp/character/opam b/mathcomp/character/opam index 3cc4e0d..98209fe 100644 --- a/mathcomp/character/opam +++ b/mathcomp/character/opam @@ -1,12 +1,16 @@ opam-version: "1.2" name: "coq:mathcomp:character" -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/character'" ] -depends: [ "coq:mathcomp:field" { = "1.5" } ] +depends: [ "coq:mathcomp:field" { = "dev" } ] + +tags: [ "keyword:algebra" "keyword:character" "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 <>" ] diff --git a/mathcomp/field/opam b/mathcomp/field/opam index 659ad66..4430680 100644 --- a/mathcomp/field/opam +++ b/mathcomp/field/opam @@ -1,12 +1,16 @@ opam-version: "1.2" name: "coq:mathcomp:field" -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/field'" ] -depends: [ "coq:mathcomp:solvable" { = "1.5" } ] +depends: [ "coq:mathcomp:solvable" { = "dev" } ] + +tags: [ "keyword:algebra" "keyword:field" "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 <>" ] diff --git a/mathcomp/fingroup/opam b/mathcomp/fingroup/opam index 4a46943..ea2f788 100644 --- a/mathcomp/fingroup/opam +++ b/mathcomp/fingroup/opam @@ -1,12 +1,16 @@ opam-version: "1.2" name: "coq:mathcomp:fingroup" -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/fingroup'" ] -depends: [ "coq:mathcomp:discrete" { = "1.5" } ] +depends: [ "coq:mathcomp:basic" { = "dev" } ] + +tags: [ "keyword:finite groups" "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 <>" ] diff --git a/mathcomp/odd_order/opam b/mathcomp/odd_order/opam index bf978cd..73769d8 100644 --- a/mathcomp/odd_order/opam +++ b/mathcomp/odd_order/opam @@ -1,12 +1,16 @@ opam-version: "1.2" name: "coq:mathcomp:odd_order" -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/odd_order'" ] -depends: [ "coq:mathcomp:character" { = "1.5" } ] +depends: [ "coq:mathcomp:character" { = "dev" } ] + +tags: [ "keyword:Feit Thompson theorem" "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 <>" ] diff --git a/mathcomp/real_closed/opam b/mathcomp/real_closed/opam index 0265da6..785e6f4 100644 --- a/mathcomp/real_closed/opam +++ b/mathcomp/real_closed/opam @@ -1,12 +1,16 @@ opam-version: "1.2" name: "coq:mathcomp:real_closed" -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}%" ] install: [ make "install" ] remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/real_closed'" ] -depends: [ "coq:mathcomp:algebra" { = "1.5" } ] +depends: [ "coq:mathcomp:algebra" { = "dev" } ] + +tags: [ "keyword:real closed field" "keyword:Feit Thompson theorem" "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 <>" ] diff --git a/mathcomp/solvable/opam b/mathcomp/solvable/opam index e950335..23a6ffe 100644 --- a/mathcomp/solvable/opam +++ b/mathcomp/solvable/opam @@ -1,12 +1,16 @@ opam-version: "1.2" name: "coq:mathcomp:solvable" -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/solvable'" ] -depends: [ "coq:mathcomp:algebra" { = "1.5" } ] +depends: [ "coq:mathcomp:algebra" { = "dev" } ] + +tags: [ "keyword:finite groups" "keyword:Feit Thompson theorem" "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 <>" ] diff --git a/mathcomp/ssreflect/opam b/mathcomp/ssreflect/opam index 4afccfb..92c1935 100644 --- a/mathcomp/ssreflect/opam +++ b/mathcomp/ssreflect/opam @@ -1,12 +1,16 @@ opam-version: "1.2" name: "coq:mathcomp:ssreflect" -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/ssreflect'" ] -depends: [ "coq" { ( >= "8.4pl4" & < "8.5" ) | ( = "8.5.dev" ) } ] +depends: [ "coq" { ( >= "8.4pl4" & < "8.5" ) | ( = "8.5.dev" ) | ( = "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 <>" ] |
