-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andrew Miloradovsky
committed
Apr 27, 2020
1 parent
622fc05
commit 7918b6d
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
38 changes: 38 additions & 0 deletions
38
released/packages/coq-zorns-lemma/coq-zorns-lemma.8.11.0/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
|
||
homepage: "https://github.com/coq-community/zorns-lemma" | ||
dev-repo: "git+https://github.com/coq-community/zorns-lemma.git" | ||
bug-reports: "https://github.com/coq-community/zorns-lemma/issues" | ||
license: "LGPL-2.1-or-later" | ||
|
||
synopsis: "This library develops some basic set theory" | ||
description: """ | ||
The main purpose the author had in writing it was as support for the Topology library. | ||
""" | ||
|
||
build: [make "-j%{jobs}%"] | ||
install: [make "install"] | ||
depends: [ | ||
"coq" {>= "8.10" & < "8.12~"} | ||
] | ||
|
||
tags: [ | ||
"category: Mathematics/Logic/Set theory" | ||
"keyword: set theory" | ||
"keyword: cardinals" | ||
"keyword: ordinals" | ||
"keyword: finite" | ||
"keyword: countable" | ||
"keyword: quotients" | ||
"keyword: well-orders" | ||
"keyword: Zorn's lemma" | ||
"logpath: ZornsLemma" | ||
] | ||
authors: [ | ||
"Daniel Schepler" | ||
] | ||
url { | ||
archive: "https://github.com/coq-community/zorns-lemma/archive/v8.11.0.tar.gz" | ||
checksum: "sha256=af8872b360b5f0f84d6a514f7db1aa855d11460d1ed9394279f19b1399d9da32" | ||
} |