Skip to content

Commit

Permalink
Latest mtac2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
rtetley committed Oct 31, 2023
1 parent 0951055 commit e2c1c5d
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"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Mtac2"]
depends: [
"coq" {>= "8.18"}
"coq-unicoq"
]
url {
src: "https://github.com/Mtac2/Mtac2/archive/refs/tags/v1.4-coq8.18.tar.gz"
checksum: [
"sha512=50a12d086da0416774b4464a234df7ce86c191c45345b2951b6c6ecdbe7675e215e2507b8af45daafd3ea09c35862ad8c1adee61ae34995148c73eb85749d68a"
]
}

0 comments on commit e2c1c5d

Please sign in to comment.