Skip to content

Commit

Permalink
Merge pull request #2806 from rtetley/coq-mtac2
Browse files Browse the repository at this point in the history
Latest mtac2 version
  • Loading branch information
palmskog authored Nov 1, 2023
2 parents 2b1eab0 + ea97cf1 commit 657264b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions released/packages/coq-mtac2/coq-mtac2.1.4+8.18/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
opam-version: "1.2"
maintainer: "[email protected]"
homepage: "https://github.com/Mtac2/Mtac2"
dev-repo: "https://github.com/Mtac2/Mtac2.git"
bug-reports: "https://github.com/Mtac2/Mtac2/issues"
authors: ["Beta Ziliani <[email protected]>" "Jan-Oliver Kaiser <[email protected]" "Robbert Krebbers <[email protected]>" "Yann Régis-Gianas <[email protected]>"]
license: "MIT"
synopsis: "Typed tactic language for Coq"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"coq" {>= "8.18" & < "8.19"}
"coq-unicoq" {>= "1.5" & < "2~"}
]
url {
src: "https://github.com/Mtac2/Mtac2/archive/refs/tags/v1.4-coq8.18.tar.gz"
checksum: [
"sha512=50a12d086da0416774b4464a234df7ce86c191c45345b2951b6c6ecdbe7675e215e2507b8af45daafd3ea09c35862ad8c1adee61ae34995148c73eb85749d68a"
]
}

0 comments on commit 657264b

Please sign in to comment.