blob: bf978cdff4b54a1785346f581b8f17f43054285a (
plain)
1
2
3
4
5
6
7
8
9
10
11
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" } ]
|