diff options
| author | Cyril Cohen | 2019-04-08 17:45:16 +0200 |
|---|---|---|
| committer | Cyril Cohen | 2019-04-08 17:59:44 +0200 |
| commit | 78b4d07568d5df23bd684e4b21ba63e9920debaa (patch) | |
| tree | a3ec33445879e57a0cd84b011ce6801f3d540343 /coq-mathcomp-character.opam | |
| parent | 9b8d64cd93474c48200c06ac0e5c3da62fbf915b (diff) | |
switching to opam 2.0 format
Diffstat (limited to 'coq-mathcomp-character.opam')
| -rw-r--r-- | coq-mathcomp-character.opam | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/coq-mathcomp-character.opam b/coq-mathcomp-character.opam index 47c72a7..a5eb54b 100644 --- a/coq-mathcomp-character.opam +++ b/coq-mathcomp-character.opam @@ -1,12 +1,11 @@ -opam-version: "1.2" +opam-version: "2.0" name: "coq-mathcomp-character" 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/character" "-j" "%{jobs}%" ] @@ -16,3 +15,9 @@ 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 <>" ] + +synopsis: "Mathematical Components Library on character theory" +description:""" +This library contains definitions and theorems about group +representations, characters and class functions. +""" |
