diff options
Diffstat (limited to 'coq-mathcomp-fingroup.opam')
| -rw-r--r-- | coq-mathcomp-fingroup.opam | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/coq-mathcomp-fingroup.opam b/coq-mathcomp-fingroup.opam index 57d3a95..2a215d0 100644 --- a/coq-mathcomp-fingroup.opam +++ b/coq-mathcomp-fingroup.opam @@ -1,12 +1,11 @@ -opam-version: "1.2" +opam-version: "2.0" name: "coq-mathcomp-fingroup" 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/fingroup" "-j" "%{jobs}%" ] @@ -16,3 +15,9 @@ 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 <>" ] + +synopsis: "Mathematical Components Library on finite groups" +description: """ +This library contains definitions and theorems about finite groups, +group quotients, group morphisms, group presentation, group action... +""" |
