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/algebra | |
| parent | 06dd97bf63c69b04b9a665cac1311600f4c1692a (diff) | |
switch ":" to "-"
Diffstat (limited to 'mathcomp/algebra')
| -rw-r--r-- | mathcomp/algebra/opam | 4 |
1 files changed, 2 insertions, 2 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 <>" ] |
