summaryrefslogtreecommitdiff
path: root/opam
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2019-02-13 20:40:51 -0500
committerGravatar Benjamin Barenblat <bbaren@google.com>2019-02-13 20:40:51 -0500
commit2ee22055c510a56c3d040fe023d0884b183bd68c (patch)
tree595eeed2159e90da8284b9e2d545430a61a60d04 /opam
parent7ecbed522b4b4a9829eb9bd7b3f36db53788a77c (diff)
parent8018e923c75eb5504310864f821972f794b7d554 (diff)
Updated version 8.8.0+1.gbp069dc3b from 'upstream/8.8.0+1.gbp069dc3b'
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"
+]