summaryrefslogtreecommitdiff
path: root/opam
diff options
context:
space:
mode:
Diffstat (limited to 'opam')
-rw-r--r--opam30
1 files changed, 30 insertions, 0 deletions
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"
+]