From 086f066180dbb9c2ab81f2f77601a7568c305328 Mon Sep 17 00:00:00 2001 From: Cyril Cohen Date: Mon, 30 Mar 2015 10:11:02 +0200 Subject: character packaged --- mathcomp/character/opam | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mathcomp/character/opam (limited to 'mathcomp/character/opam') 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 " +authors: "Ssreflect " +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" } ] -- cgit v1.2.3