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-algebra.opam | 17 +++++++++++++++++ coq-mathcomp-character.opam | 17 +++++++++++++++++ coq-mathcomp-field.opam | 17 +++++++++++++++++ coq-mathcomp-fingroup.opam | 17 +++++++++++++++++ coq-mathcomp-solvable.opam | 17 +++++++++++++++++ coq-mathcomp-ssreflect.opam | 17 +++++++++++++++++ mathcomp/algebra/opam | 17 ----------------- mathcomp/character/opam | 17 ----------------- mathcomp/field/opam | 17 ----------------- mathcomp/fingroup/opam | 17 ----------------- mathcomp/solvable/opam | 17 ----------------- mathcomp/ssreflect/opam | 17 ----------------- 12 files changed, 102 insertions(+), 102 deletions(-) create mode 100644 coq-mathcomp-algebra.opam create mode 100644 coq-mathcomp-character.opam create mode 100644 coq-mathcomp-field.opam create mode 100644 coq-mathcomp-fingroup.opam create mode 100644 coq-mathcomp-solvable.opam create mode 100644 coq-mathcomp-ssreflect.opam delete mode 100644 mathcomp/algebra/opam delete mode 100644 mathcomp/character/opam delete mode 100644 mathcomp/field/opam delete mode 100644 mathcomp/fingroup/opam delete mode 100644 mathcomp/solvable/opam delete mode 100644 mathcomp/ssreflect/opam diff --git a/coq-mathcomp-algebra.opam b/coq-mathcomp-algebra.opam new file mode 100644 index 0000000..b466385 --- /dev/null +++ b/coq-mathcomp-algebra.opam @@ -0,0 +1,17 @@ +opam-version: "1.2" +name: "coq-mathcomp-algebra" +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/algebra" "-j" "%{jobs}%" ] +install: [ make "-C" "mathcomp/algebra" "install" ] +remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/algebra'" ] +depends: [ "coq-mathcomp-fingroup" { = "dev" } ] + +tags: [ "keyword:algebra" "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 <>" ] diff --git a/coq-mathcomp-character.opam b/coq-mathcomp-character.opam new file mode 100644 index 0000000..684e450 --- /dev/null +++ b/coq-mathcomp-character.opam @@ -0,0 +1,17 @@ +opam-version: "1.2" +name: "coq-mathcomp-character" +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/character" "-j" "%{jobs}%" ] +install: [ make "-C" "mathcomp/character" "install" ] +remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/character'" ] +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 <>" ] diff --git a/coq-mathcomp-field.opam b/coq-mathcomp-field.opam new file mode 100644 index 0000000..5c31290 --- /dev/null +++ b/coq-mathcomp-field.opam @@ -0,0 +1,17 @@ +opam-version: "1.2" +name: "coq-mathcomp-field" +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/field" "-j" "%{jobs}%" ] +install: [ make "-C" "mathcomp/field" "install" ] +remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/field'" ] +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 <>" ] 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 <>" ] diff --git a/coq-mathcomp-solvable.opam b/coq-mathcomp-solvable.opam new file mode 100644 index 0000000..736d5bc --- /dev/null +++ b/coq-mathcomp-solvable.opam @@ -0,0 +1,17 @@ +opam-version: "1.2" +name: "coq-mathcomp-solvable" +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/solvable" "-j" "%{jobs}%" ] +install: [ make "-C" "mathcomp/solvable" "install" ] +remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/solvable'" ] +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 <>" ] diff --git a/coq-mathcomp-ssreflect.opam b/coq-mathcomp-ssreflect.opam new file mode 100644 index 0000000..d5052f8 --- /dev/null +++ b/coq-mathcomp-ssreflect.opam @@ -0,0 +1,17 @@ +opam-version: "1.2" +name: "coq-mathcomp-ssreflect" +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/ssreflect" "-j" "%{jobs}%" ] +install: [ make "-C" "mathcomp/ssreflect" "install" ] +remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp'" ] +depends: [ "coq" { ((>= "8.6" & < "8.9~") | (= "dev"))} ] + +tags: [ "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 <>" ] diff --git a/mathcomp/algebra/opam b/mathcomp/algebra/opam deleted file mode 100644 index e60cdc2..0000000 --- a/mathcomp/algebra/opam +++ /dev/null @@ -1,17 +0,0 @@ -opam-version: "1.2" -name: "coq-mathcomp-algebra" -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 "-j" "%{jobs}%" ] -install: [ make "install" ] -remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/algebra'" ] -depends: [ "coq-mathcomp-fingroup" { = "dev" } ] - -tags: [ "keyword:algebra" "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 <>" ] diff --git a/mathcomp/character/opam b/mathcomp/character/opam deleted file mode 100644 index 0f3dcf1..0000000 --- a/mathcomp/character/opam +++ /dev/null @@ -1,17 +0,0 @@ -opam-version: "1.2" -name: "coq-mathcomp-character" -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 "-j" "%{jobs}%" ] -install: [ make "install" ] -remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/character'" ] -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 <>" ] diff --git a/mathcomp/field/opam b/mathcomp/field/opam deleted file mode 100644 index 2624714..0000000 --- a/mathcomp/field/opam +++ /dev/null @@ -1,17 +0,0 @@ -opam-version: "1.2" -name: "coq-mathcomp-field" -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 "-j" "%{jobs}%" ] -install: [ make "install" ] -remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/field'" ] -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 <>" ] diff --git a/mathcomp/fingroup/opam b/mathcomp/fingroup/opam deleted file mode 100644 index 862c2f1..0000000 --- a/mathcomp/fingroup/opam +++ /dev/null @@ -1,17 +0,0 @@ -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 "-j" "%{jobs}%" ] -install: [ make "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 <>" ] diff --git a/mathcomp/solvable/opam b/mathcomp/solvable/opam deleted file mode 100644 index 6e0bd16..0000000 --- a/mathcomp/solvable/opam +++ /dev/null @@ -1,17 +0,0 @@ -opam-version: "1.2" -name: "coq-mathcomp-solvable" -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 "-j" "%{jobs}%" ] -install: [ make "install" ] -remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/solvable'" ] -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 <>" ] diff --git a/mathcomp/ssreflect/opam b/mathcomp/ssreflect/opam deleted file mode 100644 index c0ee83b..0000000 --- a/mathcomp/ssreflect/opam +++ /dev/null @@ -1,17 +0,0 @@ -opam-version: "1.2" -name: "coq-mathcomp-ssreflect" -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 "-j" "%{jobs}%" ] -install: [ make "install" ] -remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp'" ] -depends: [ "coq" { ((>= "8.6" & < "8.9~") | (= "dev"))} ] - -tags: [ "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