From 78b4d07568d5df23bd684e4b21ba63e9920debaa Mon Sep 17 00:00:00 2001 From: Cyril Cohen Date: Mon, 8 Apr 2019 17:45:16 +0200 Subject: switching to opam 2.0 format --- coq-mathcomp-solvable.opam | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'coq-mathcomp-solvable.opam') 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 " -synopsis: "The Mathematical Components library" -homepage: "https://math-comp.github.io/math-comp/" -bug-reports: "Mathematical Components " -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. +""" -- cgit v1.2.3