From c7ddacdfc43ba25c9fbd9505b3960047c13596d0 Mon Sep 17 00:00:00 2001 From: Cyril Cohen Date: Tue, 24 Mar 2015 12:23:33 +0100 Subject: metadata for solvable and field --- mathcomp/solvable/opam | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mathcomp/solvable/opam (limited to 'mathcomp/solvable/opam') diff --git a/mathcomp/solvable/opam b/mathcomp/solvable/opam new file mode 100644 index 0000000..e950335 --- /dev/null +++ b/mathcomp/solvable/opam @@ -0,0 +1,12 @@ +opam-version: "1.2" +name: "coq:mathcomp:solvable" +version: "1.5" +maintainer: "Ssreflect " +authors: "Ssreflect " +homepage: "http://ssr.msr-inria.inria.fr/" +bug-reports: "ssreflect@msr-inria.inria.fr" +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" { = "1.5" } ] -- cgit v1.2.3