diff options
Diffstat (limited to 'coq-mathcomp-solvable.opam')
| -rw-r--r-- | coq-mathcomp-solvable.opam | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/coq-mathcomp-solvable.opam b/coq-mathcomp-solvable.opam index f238333..68fcea8 100644 --- a/coq-mathcomp-solvable.opam +++ b/coq-mathcomp-solvable.opam @@ -1,12 +1,11 @@ -opam-version: "1.2" +opam-version: "2.0" name: "coq-mathcomp-solvable" version: "dev" maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" -synopsis: "The Mathematical Components library" -homepage: "https://math-comp.github.io/math-comp/" -bug-reports: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" -dev-repo: "https://github.com/math-comp/math-comp.git" +homepage: "https://math-comp.github.io/" +bug-reports: "https://github.com/math-comp/math-comp/issues" +dev-repo: "git+https://github.com/math-comp/math-comp.git" license: "CeCILL-B" build: [ make "-C" "mathcomp/solvable" "-j" "%{jobs}%" ] @@ -16,3 +15,9 @@ 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 <>" ] + +synopsis: "Mathematical Components Library on finite groups (II)" + +description:""" +This library contains more definitions and theorems about finite groups. +""" |
