diff options
| author | Cyril Cohen | 2015-04-09 13:54:58 +0200 |
|---|---|---|
| committer | Cyril Cohen | 2015-04-09 15:47:46 +0200 |
| commit | c8b1f9899665886b7bd0c7a25237d8e99afcced7 (patch) | |
| tree | 6399e70e28ca52612a885c1e80af0a7cca3b9c5f /mathcomp/odd_order/opam | |
| parent | 634ee874ec11a5a90617ca5723228d4de1fe479c (diff) | |
packaging odd_order
Diffstat (limited to 'mathcomp/odd_order/opam')
| -rw-r--r-- | mathcomp/odd_order/opam | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mathcomp/odd_order/opam b/mathcomp/odd_order/opam new file mode 100644 index 0000000..bf978cd --- /dev/null +++ b/mathcomp/odd_order/opam @@ -0,0 +1,12 @@ +opam-version: "1.2" +name: "coq:mathcomp:odd_order" +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/odd_order'" ] +depends: [ "coq:mathcomp:character" { = "1.5" } ] |
