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/field/opam | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mathcomp/field/opam (limited to 'mathcomp/field/opam') diff --git a/mathcomp/field/opam b/mathcomp/field/opam new file mode 100644 index 0000000..659ad66 --- /dev/null +++ b/mathcomp/field/opam @@ -0,0 +1,12 @@ +opam-version: "1.2" +name: "coq:mathcomp:field" +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/field'" ] +depends: [ "coq:mathcomp:solvable" { = "1.5" } ] -- cgit v1.2.3