diff options
| author | Cyril Cohen | 2015-07-17 18:03:31 +0200 |
|---|---|---|
| committer | Cyril Cohen | 2015-07-17 18:03:31 +0200 |
| commit | 532de9b68384a114c6534a0736ed024c900447f9 (patch) | |
| tree | e100a6a7839bf7548ab8a9e053033f8eef3c7492 /mathcomp/basic/opam | |
| parent | f180c539a00fd83d8b3b5fd2d5710eb16e971e2e (diff) | |
Updating files + reorganizing everything
Diffstat (limited to 'mathcomp/basic/opam')
| -rw-r--r-- | mathcomp/basic/opam | 12 |
1 files changed, 12 insertions, 0 deletions
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 <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/basic'" ] +depends: [ "coq:mathcomp:ssreflect" { = "1.5" } ] |
