summaryrefslogtreecommitdiff
path: root/opam
blob: cd6aa36399952991cc7447bc894678261ac88b1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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"
]