diff options
| author | Yves Bertot | 2019-12-02 13:31:31 +0100 |
|---|---|---|
| committer | Yves Bertot | 2019-12-02 13:49:07 +0100 |
| commit | 0cfd17ed2c13ef8e88384b0135501f159d49bb90 (patch) | |
| tree | b340ad053f2d3dbfc62036c826352eb689ecd90c /coq-mathcomp-solvable.opam | |
| parent | 732dc474f09c0231e2332cdecf99a3ed045cdd04 (diff) | |
take advantage of opam variables and their default values
Diffstat (limited to 'coq-mathcomp-solvable.opam')
| -rw-r--r-- | coq-mathcomp-solvable.opam | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/coq-mathcomp-solvable.opam b/coq-mathcomp-solvable.opam index ac561a5..242b05e 100644 --- a/coq-mathcomp-solvable.opam +++ b/coq-mathcomp-solvable.opam @@ -1,5 +1,4 @@ opam-version: "2.0" -name: "coq-mathcomp-solvable" version: "dev" maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" @@ -10,7 +9,7 @@ license: "CeCILL-B" build: [ make "-C" "mathcomp/solvable" "-j" "%{jobs}%" ] install: [ make "-C" "mathcomp/solvable" "install" ] -depends: [ "coq-mathcomp-algebra" { = "dev" } ] +depends: [ "coq-mathcomp-algebra" { = version } ] tags: [ "keyword:finite groups" "keyword:Feit Thompson theorem" "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" "logpath:mathcomp.solvable" ] 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 <>" ] |
