Skip to content

Commit 846048e

Browse files
authored
Merge pull request #2934 from liyishuai/opam-publish-coq-ext-lib.1.2.1
Package coq-ext-lib.1.2.1
2 parents ea8f18f + 310efd1 commit 846048e

File tree

1 file changed

+26
-0
lines changed
  • released/packages/coq-ext-lib/coq-ext-lib.1.2.1

1 file changed

+26
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
opam-version: "2.0"
2+
synopsis: "A library of Coq definitions, theorems, and tactics"
3+
description:
4+
"A collection of theories and plugins that may be useful in other Coq developments."
5+
maintainer: "[email protected]"
6+
authors: "Gregory Malecha"
7+
license: "BSD-2-Clause"
8+
tags: "logpath:ExtLib"
9+
homepage: "https://github.com/coq-community/coq-ext-lib"
10+
doc: "https://coq-community.github.io/coq-ext-lib/"
11+
bug-reports: "https://github.com/coq-community/coq-ext-lib/issues"
12+
depends: [
13+
"coq" {>= "8.9" & (< "8.10" | >= "8.11")}
14+
]
15+
build: [make "-j%{jobs}%" "theories"]
16+
run-test: [make "-j%{jobs}%" "examples"]
17+
install: [make "install"]
18+
dev-repo: "git+https://github.com/coq-community/coq-ext-lib.git"
19+
url {
20+
src:
21+
"https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz"
22+
checksum: [
23+
"md5=471df57d1f22d166ea70a1ea5cf45b2b"
24+
"sha512=351ee61d364b8ab0c68329c8d61f7e9febaf99860cc983a0aa1bef9a88b59dc903eb713b89e9f4a1d860bc031f5513eee2ded97208e0a2345ec1e81ec2893149"
25+
]
26+
}

0 commit comments

Comments
 (0)