From 0cfd17ed2c13ef8e88384b0135501f159d49bb90 Mon Sep 17 00:00:00 2001 From: Yves Bertot Date: Mon, 2 Dec 2019 13:31:31 +0100 Subject: take advantage of opam variables and their default values --- coq-mathcomp-solvable.opam | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'coq-mathcomp-solvable.opam') 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 " @@ -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 <>" ] -- cgit v1.2.3