aboutsummaryrefslogtreecommitdiff
path: root/coq-mathcomp-field.opam
diff options
context:
space:
mode:
authorCyril Cohen2019-04-08 17:45:16 +0200
committerCyril Cohen2019-04-08 17:59:44 +0200
commit78b4d07568d5df23bd684e4b21ba63e9920debaa (patch)
treea3ec33445879e57a0cd84b011ce6801f3d540343 /coq-mathcomp-field.opam
parent9b8d64cd93474c48200c06ac0e5c3da62fbf915b (diff)
switching to opam 2.0 format
Diffstat (limited to 'coq-mathcomp-field.opam')
-rw-r--r--coq-mathcomp-field.opam15
1 files changed, 10 insertions, 5 deletions
diff --git a/coq-mathcomp-field.opam b/coq-mathcomp-field.opam
index e823f93..a72eeb2 100644
--- a/coq-mathcomp-field.opam
+++ b/coq-mathcomp-field.opam
@@ -1,12 +1,11 @@
-opam-version: "1.2"
+opam-version: "2.0"
name: "coq-mathcomp-field"
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/field" "-j" "%{jobs}%" ]
@@ -16,3 +15,9 @@ 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 <>" ]
+
+synopsis: "Mathematical Components Library on Fields"
+description:"""
+This library contains definitions and theorems about field extensions,
+galois theory, algebraic numbers, cyclotomic polynomials...
+"""