Skip to content

Commit

Permalink
Create new version 1.4+8.17 for coq-mtac2
Browse files Browse the repository at this point in the history
  • Loading branch information
MSoegtropIMC committed Mar 31, 2023
1 parent a3df09e commit 6042c3b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions released/packages/coq-mtac2/coq-mtac2.1.4+8.17/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/Mtac2/Mtac2"
dev-repo: "git+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]>" "Derek Dreyer <[email protected]>"]
license: "MIT"
build: [
["coq_makefile" "-f" "_CoqProject" "-o" "Makefile"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"ocaml"
"coq" {>= "8.17" & < "8.18~"}
"coq-unicoq" {>= "1.5" & < "2~"}
]
synopsis: "Mtac2: Typed Tactics for Coq"
tags: [
"logpath:Mtac2"
"date:2023-03-29"
]
url {
src: "https://github.com/Mtac2/Mtac2/archive/v1.4-coq8.17.tar.gz"
checksum: "sha512=d98d39ff05295350e30081ce46928615594c902779284646324f5f4e7536fcc5c09cf992f0a15d73a3542bbbcd2a46c884dbf2e87bf14d9b1712887c0d0e3bfb"
}

0 comments on commit 6042c3b

Please sign in to comment.