aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/algebra/opam
diff options
context:
space:
mode:
authorCyril Cohen2015-03-19 15:51:00 +0100
committerCyril Cohen2015-03-19 15:51:00 +0100
commit0d2a1e7388d45776700c4400781e1aa71a0f0060 (patch)
treeb0c4a11360695c8c35a1e0f43f83c2ad8d74ab45 /mathcomp/algebra/opam
parent0c07923a26783e57f9d4e755d6c81e31efd31d1c (diff)
packaging fingroup and algebra
The files zmodp and cyclic in fingroup had dependecies in algebra so I put them there. I'm not convinced it's the best solution to this problem. Maybe more subdivisions in algebra would bring a better solution? (Maybe we should send the whole problem to a solver? :P)
Diffstat (limited to 'mathcomp/algebra/opam')
-rw-r--r--mathcomp/algebra/opam12
1 files changed, 12 insertions, 0 deletions
diff --git a/mathcomp/algebra/opam b/mathcomp/algebra/opam
new file mode 100644
index 0000000..f662b48
--- /dev/null
+++ b/mathcomp/algebra/opam
@@ -0,0 +1,12 @@
+opam-version: "1.2"
+name: "coq:mathcomp:algebra"
+version: "1.5"
+maintainer: "Ssreflect <ssreflect@msr-inria.inria.fr>"
+authors: "Ssreflect <ssreflect@msr-inria.inria.fr>"
+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/algebra'" ]
+depends: [ "coq:mathcomp:fingroup" { = "1.5" } ]