diff options
| author | Cyril Cohen | 2015-12-12 11:43:05 -0500 |
|---|---|---|
| committer | Cyril Cohen | 2015-12-12 19:07:33 -0500 |
| commit | 4db6c583711dfe8e9c7285e630bfb0cf8f33c0a6 (patch) | |
| tree | c676a3a98598d476e367c0074dbcf327e932bae9 /mathcomp | |
| parent | 06dd97bf63c69b04b9a665cac1311600f4c1692a (diff) | |
switch ":" to "-"
Diffstat (limited to 'mathcomp')
| -rw-r--r-- | mathcomp/algebra/opam | 4 | ||||
| -rw-r--r-- | mathcomp/character/opam | 4 | ||||
| -rw-r--r-- | mathcomp/field/opam | 4 | ||||
| -rw-r--r-- | mathcomp/fingroup/opam | 4 | ||||
| -rw-r--r-- | mathcomp/odd_order/opam | 4 | ||||
| -rw-r--r-- | mathcomp/real_closed/opam | 4 | ||||
| -rw-r--r-- | mathcomp/solvable/opam | 4 | ||||
| -rw-r--r-- | mathcomp/ssreflect/opam | 2 |
8 files changed, 15 insertions, 15 deletions
diff --git a/mathcomp/algebra/opam b/mathcomp/algebra/opam index 6a13d3e..a94d17b 100644 --- a/mathcomp/algebra/opam +++ b/mathcomp/algebra/opam @@ -1,5 +1,5 @@ opam-version: "1.2" -name: "coq:mathcomp:algebra" +name: "coq-mathcomp-algebra" version: "dev" maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" @@ -10,7 +10,7 @@ license: "CeCILL-B" build: [ make "-j" "%{jobs}%" ] install: [ make "install" ] remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/algebra'" ] -depends: [ "coq:mathcomp:fingroup" { = "dev" } ] +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/character/opam b/mathcomp/character/opam index f39c262..e7dd3fb 100644 --- a/mathcomp/character/opam +++ b/mathcomp/character/opam @@ -1,5 +1,5 @@ opam-version: "1.2" -name: "coq:mathcomp:character" +name: "coq-mathcomp-character" version: "dev" maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" @@ -10,7 +10,7 @@ license: "CeCILL-B" build: [ make "-j" "%{jobs}%" ] install: [ make "install" ] remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/character'" ] -depends: [ "coq:mathcomp:field" { = "dev" } ] +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 b95e5e0..912eded 100644 --- a/mathcomp/field/opam +++ b/mathcomp/field/opam @@ -1,5 +1,5 @@ opam-version: "1.2" -name: "coq:mathcomp:field" +name: "coq-mathcomp-field" version: "dev" maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" @@ -10,7 +10,7 @@ license: "CeCILL-B" build: [ make "-j" "%{jobs}%" ] install: [ make "install" ] remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/field'" ] -depends: [ "coq:mathcomp:solvable" { = "dev" } ] +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 3662e63..d378e83 100644 --- a/mathcomp/fingroup/opam +++ b/mathcomp/fingroup/opam @@ -1,5 +1,5 @@ opam-version: "1.2" -name: "coq:mathcomp:fingroup" +name: "coq-mathcomp-fingroup" version: "dev" maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" @@ -10,7 +10,7 @@ license: "CeCILL-B" build: [ make "-j" "%{jobs}%" ] install: [ make "install" ] remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/fingroup'" ] -depends: [ "coq:mathcomp:ssreflect" { = "dev" } ] +depends: [ "coq-mathcomp-ssreflect" { = "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 7bfa088..5150001 100644 --- a/mathcomp/odd_order/opam +++ b/mathcomp/odd_order/opam @@ -1,5 +1,5 @@ opam-version: "1.2" -name: "coq:mathcomp:odd_order" +name: "coq-mathcomp-odd_order" version: "dev" maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" @@ -10,7 +10,7 @@ license: "CeCILL-B" build: [ make "-j" "%{jobs}%" ] install: [ make "install" ] remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/odd_order'" ] -depends: [ "coq:mathcomp:character" { = "dev" } ] +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 97a31f6..c423825 100644 --- a/mathcomp/real_closed/opam +++ b/mathcomp/real_closed/opam @@ -1,5 +1,5 @@ opam-version: "1.2" -name: "coq:mathcomp:real_closed" +name: "coq-mathcomp-real_closed" version: "dev" maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" @@ -10,7 +10,7 @@ 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" { = "dev" } ] +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 286b230..3e8537c 100644 --- a/mathcomp/solvable/opam +++ b/mathcomp/solvable/opam @@ -1,5 +1,5 @@ opam-version: "1.2" -name: "coq:mathcomp:solvable" +name: "coq-mathcomp-solvable" version: "dev" maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" @@ -10,7 +10,7 @@ license: "CeCILL-B" build: [ make "-j" "%{jobs}%" ] install: [ make "install" ] remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/solvable'" ] -depends: [ "coq:mathcomp:algebra" { = "dev" } ] +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 5a6d904..af89440 100644 --- a/mathcomp/ssreflect/opam +++ b/mathcomp/ssreflect/opam @@ -1,5 +1,5 @@ opam-version: "1.2" -name: "coq:mathcomp:ssreflect" +name: "coq-mathcomp-ssreflect" version: "dev" maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" |
