Skip to content

Commit

Permalink
Added new version 1.6+8.16 for coq-unicoq
Browse files Browse the repository at this point in the history
  • Loading branch information
MSoegtropIMC committed Sep 9, 2022
1 parent 6fb40c2 commit 8c144d7
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions released/packages/coq-unicoq/coq-unicoq.1.6+8.16/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
opam-version: "2.0"
maintainer: "[email protected]"
authors: [ "Matthieu Sozeau <[email protected]>" "Beta Ziliani <[email protected]>" ]
dev-repo: "git+https://github.com/unicoq/unicoq.git"
homepage: "https://github.com/unicoq/unicoq"
bug-reports: "https://github.com/unicoq/unicoq/issues"
license: "MIT"
build: [
["coq_makefile" "-f" "_CoqProject" "-o" "Makefile"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"ocaml"
"coq" {>= "8.16" & < "8.17~"}
]
synopsis: "An enhanced unification algorithm for Coq"
tags: [
"logpath:Unicoq"
"date:2022-08-19"
]
url {
src: "https://github.com/unicoq/unicoq/archive/v1.6-8.16.tar.gz"
checksum: "sha512=dea9a29865240cf77c5caf7a85fa32acfcfa1bc67702ef2f07d6cffe43e97d65fe5613a3a4620eec1e8bb9ccbacef44a353971bc45aa09a7348f0449efa0f4cd"
}

0 comments on commit 8c144d7

Please sign in to comment.