diff options
| author | Cyril Cohen | 2015-03-30 10:11:02 +0200 |
|---|---|---|
| committer | Cyril Cohen | 2015-03-30 10:11:02 +0200 |
| commit | 086f066180dbb9c2ab81f2f77601a7568c305328 (patch) | |
| tree | a1dc13da154bdf837d18963a070b216269199ce5 /mathcomp/character/opam | |
| parent | 821071c3ba30ad4ad9bb05b928b8bbf8dc2f85a2 (diff) | |
character packaged
Diffstat (limited to 'mathcomp/character/opam')
| -rw-r--r-- | mathcomp/character/opam | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mathcomp/character/opam b/mathcomp/character/opam new file mode 100644 index 0000000..3cc4e0d --- /dev/null +++ b/mathcomp/character/opam @@ -0,0 +1,12 @@ +opam-version: "1.2" +name: "coq:mathcomp:character" +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/character'" ] +depends: [ "coq:mathcomp:field" { = "1.5" } ] |
