From 8018e923c75eb5504310864f821972f794b7d554 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Wed, 13 Feb 2019 20:40:51 -0500 Subject: New upstream version 8.8.0+1.gbp069dc3b --- opam | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 opam (limited to 'opam') diff --git a/opam b/opam new file mode 100644 index 0000000..cd6aa36 --- /dev/null +++ b/opam @@ -0,0 +1,30 @@ +opam-version: "1.2" +maintainer: "palmskog@gmail.com" + +homepage: "https://github.com/coq-community/aac-tactics" +dev-repo: "https://github.com/coq-community/aac-tactics.git" +bug-reports: "https://github.com/coq-community/aac-tactics/issues" +license: "LGPL-3.0-or-later" + +build: [make "-j%{jobs}%"] +install: [make "install"] +remove: ["rm" "-R" "%{lib}%/coq/user-contrib/AAC_tactics"] +depends: [ + "coq" {>= "8.9" & < "8.10~"} +] + +tags: [ + "category:Miscellaneous/Coq Extensions" + "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" + "keyword:reflexive tactic" + "keyword:rewriting" + "keyword:rewriting modulo associativity and commutativity" + "keyword:rewriting modulo ac" + "keyword:decision procedure" + "logpath:AAC_tactics" +] +authors: [ + "Thomas Braibant" + "Damien Pous" + "Fabian Kunze" +] -- cgit v1.2.3