Skip to content

Commit

Permalink
Merge pull request #16 from palmskog/opam-dev
Browse files Browse the repository at this point in the history
OPAM file for Coq dev version
  • Loading branch information
fakusb committed Nov 7, 2018
2 parents bed487f + 59200ec commit 4524627
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
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"

build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/AAC_tactics"]
depends: [
"coq" {= "dev"}
]

tags: [
"keyword:reflexive tactic"
"keyword:rewriting"
"keyword:rewriting modulo associativity and commutativity"
"keyword:rewriting modulo ac"
"keyword:decision procedure"
"category:Miscellaneous/Coq Extensions"
"logpath:AAC_tactics"
]
authors: [
"Damien Pous <>"
"Thomas Braibant <>"
"Fabian Kunze <>"
]

0 comments on commit 4524627

Please sign in to comment.