From 532de9b68384a114c6534a0736ed024c900447f9 Mon Sep 17 00:00:00 2001 From: Cyril Cohen Date: Fri, 17 Jul 2015 18:03:31 +0200 Subject: Updating files + reorganizing everything --- mathcomp/basic/opam | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mathcomp/basic/opam (limited to 'mathcomp/basic/opam') diff --git a/mathcomp/basic/opam b/mathcomp/basic/opam new file mode 100644 index 0000000..c72ed39 --- /dev/null +++ b/mathcomp/basic/opam @@ -0,0 +1,12 @@ +opam-version: "1.2" +name: "coq:mathcomp:basic" +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/basic'" ] +depends: [ "coq:mathcomp:ssreflect" { = "1.5" } ] -- cgit v1.2.3