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-fingroup.opam | |
| parent | 732dc474f09c0231e2332cdecf99a3ed045cdd04 (diff) | |
take advantage of opam variables and their default values
Diffstat (limited to 'coq-mathcomp-fingroup.opam')
| -rw-r--r-- | coq-mathcomp-fingroup.opam | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/coq-mathcomp-fingroup.opam b/coq-mathcomp-fingroup.opam index 3e39c4e..e2993db 100644 --- a/coq-mathcomp-fingroup.opam +++ b/coq-mathcomp-fingroup.opam @@ -1,5 +1,4 @@ opam-version: "2.0" -name: "coq-mathcomp-fingroup" version: "dev" maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" @@ -10,7 +9,7 @@ license: "CeCILL-B" build: [ make "-C" "mathcomp/fingroup" "-j" "%{jobs}%" ] install: [ make "-C" "mathcomp/fingroup" "install" ] -depends: [ "coq-mathcomp-ssreflect" { = "dev" } ] +depends: [ "coq-mathcomp-ssreflect" { = version } ] tags: [ "keyword:finite groups" "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" "logpath:mathcomp.fingroup" ] 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 <>" ] |
