diff options
Diffstat (limited to 'mathcomp/field')
| -rw-r--r-- | mathcomp/field/opam | 4 |
1 files changed, 2 insertions, 2 deletions
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 <>" ] |
