diff options
| author | Cyril Cohen | 2019-01-15 10:43:00 +0100 |
|---|---|---|
| committer | GitHub | 2019-01-15 10:43:00 +0100 |
| commit | b0ef24be9fe47abbcc2c82e668091d4b32283c8b (patch) | |
| tree | 525e969fd2a51d3f5c387a8447a18bfd8f838407 /mathcomp | |
| parent | 528d71783b0e34181d720a6456ea0a87a01abe25 (diff) | |
| parent | 11c1489d8906ef62485b9b9d145f44acc4b9471a (diff) | |
Merge pull request #266 from erikmd/setup-gitlab-ci
Setup Docker-based configuration for GitLab CI
Diffstat (limited to 'mathcomp')
| -rw-r--r-- | mathcomp/algebra/opam | 17 | ||||
| -rw-r--r-- | mathcomp/character/opam | 17 | ||||
| -rw-r--r-- | mathcomp/field/opam | 17 | ||||
| -rw-r--r-- | mathcomp/fingroup/opam | 17 | ||||
| -rw-r--r-- | mathcomp/solvable/opam | 17 | ||||
| -rw-r--r-- | mathcomp/ssreflect/opam | 17 |
6 files changed, 0 insertions, 102 deletions
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 <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 "-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 <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 "-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 <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 "-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 <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 "-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 <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 "-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 <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 "-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 <>" ] |
