diff options
| author | Cyril Cohen | 2015-03-25 09:52:24 +0100 |
|---|---|---|
| committer | Cyril Cohen | 2015-03-25 09:52:24 +0100 |
| commit | 821071c3ba30ad4ad9bb05b928b8bbf8dc2f85a2 (patch) | |
| tree | 423361d15e4f8b3ffcaf4d25746fcf80e19d5317 /mathcomp/real_closed/opam | |
| parent | f3671d37b31f0745a82e6968157bfbb0c0c959e9 (diff) | |
packaging real_closed
Diffstat (limited to 'mathcomp/real_closed/opam')
| -rw-r--r-- | mathcomp/real_closed/opam | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mathcomp/real_closed/opam b/mathcomp/real_closed/opam new file mode 100644 index 0000000..0265da6 --- /dev/null +++ b/mathcomp/real_closed/opam @@ -0,0 +1,12 @@ +opam-version: "1.2" +name: "coq:mathcomp:real_closed" +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/real_closed'" ] +depends: [ "coq:mathcomp:algebra" { = "1.5" } ] |
