From 1046da99d22462d6aeb23dd12043c2537f47abf1 Mon Sep 17 00:00:00 2001 From: Erik Martin-Dorel Date: Thu, 20 Dec 2018 17:36:24 +0100 Subject: 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/ --- coq-mathcomp-fingroup.opam | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 coq-mathcomp-fingroup.opam (limited to 'coq-mathcomp-fingroup.opam') 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 " + +homepage: "https://math-comp.github.io/math-comp/" +bug-reports: "Mathematical Components " +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 <>" ] -- cgit v1.2.3