Skip to content

Commit 7e95a8d

Browse files
committed
new version of coq-mtac2 to 2.1.4+9.1
1 parent 8d8bc95 commit 7e95a8d

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

  • released/packages/coq-mtac2/coq-mtac2.1.4+9.1
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
opam-version: "2.0"
2+
maintainer: "beta.ziliani@gmail.com"
3+
homepage: "https://github.com/Mtac2/Mtac2"
4+
dev-repo: "git+https://github.com/Mtac2/Mtac2.git"
5+
bug-reports: "https://github.com/Mtac2/Mtac2/issues"
6+
authors: [
7+
"Beta Ziliani <beta.ziliani@gmail.com>"
8+
"Jan-Oliver Kaiser <janno@mpi-sws.org"
9+
"Robbert Krebbers <mail@robbertkrebbers.nl>"
10+
"Yann Régis-Gianas <yrg@pps.univ-paris-diderot.fr>"
11+
]
12+
license: "MIT"
13+
synopsis: "Typed tactic language for Coq"
14+
build: [
15+
["./configure.sh"]
16+
[make "-j%{jobs}%"]
17+
]
18+
install: [
19+
[make "install"]
20+
]
21+
depends: [
22+
"coq" {>= "9.0~"}
23+
"coq-unicoq" {>= "1.5" & < "2~"}
24+
]
25+
url {
26+
src: "https://github.com/Mtac2/Mtac2/archive/refs/tags/v1.4-rocq9.1.tar.gz"
27+
checksum: [
28+
"sha512=d11f2e0ba99dde1f1d6be0657a80fb15032e70841bcb5e14e595970f3d501eb71a5295baaefde8768eb1f4475688443f94d3081c4f57d6ff051281b0ddff44e9"
29+
]
30+
}

0 commit comments

Comments
 (0)