Skip to content

Commit

Permalink
Merge pull request #2765 from rtetley/coq-unicoq.1.6+8.18
Browse files Browse the repository at this point in the history
Package coq-unicoq.1.6+8.18
  • Loading branch information
palmskog authored Oct 16, 2023
2 parents b272ae9 + 92a02bf commit 64c0b67
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.18/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.17" & < "8.19~"}
]
synopsis: "An enhanced unification algorithm for Coq"
tags: [
"logpath:Unicoq"
"date:2023-09-27"
]
url {
src: "https://github.com/unicoq/unicoq/archive/v1.6-8.18.tar.gz"
checksum: "sha512=29b5a7f54b50d0c6de5b08ce865ce65e10d648fbab910728f970e8b88e24319dfd541c51de080b5f416f0220c1d27729787b1960cbfb7b17b48a906f52d709f8"
}

0 comments on commit 64c0b67

Please sign in to comment.