diff options
| author | Erik Martin-Dorel | 2018-12-20 17:36:24 +0100 |
|---|---|---|
| committer | Erik Martin-Dorel | 2018-12-20 19:38:50 +0100 |
| commit | 1046da99d22462d6aeb23dd12043c2537f47abf1 (patch) | |
| tree | 0f8825e63abebc392f142d6e8d8dbb8fc5a905f4 /coq-mathcomp-fingroup.opam | |
| parent | 528d71783b0e34181d720a6456ea0a87a01abe25 (diff) | |
Move-and-rename opam files to the root folder
* (Update make's path accordingly)
* This patch is required for opam 2.0 pinning
* As a result, these *.opam files are now similar to the opam files in
https://github.com/coq/opam-coq-archive/blob/master/extra-dev/packages/coq-mathcomp-*/coq-mathcomp-*.dev/
Diffstat (limited to 'coq-mathcomp-fingroup.opam')
| -rw-r--r-- | coq-mathcomp-fingroup.opam | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/coq-mathcomp-fingroup.opam b/coq-mathcomp-fingroup.opam new file mode 100644 index 0000000..2c741b7 --- /dev/null +++ b/coq-mathcomp-fingroup.opam @@ -0,0 +1,17 @@ +opam-version: "1.2" +name: "coq-mathcomp-fingroup" +version: "dev" +maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" + +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" +license: "CeCILL-B" + +build: [ make "-C" "mathcomp/fingroup" "-j" "%{jobs}%" ] +install: [ make "-C" "mathcomp/fingroup" "install" ] +remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/fingroup'" ] +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 <>" ] |
