forked from coq-community/topology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
coq-zorns-lemma.opam
37 lines (33 loc) · 910 Bytes
/
coq-zorns-lemma.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
opam-version: "2.0"
maintainer: "[email protected]"
version: "dev"
homepage: "https://github.com/coq-community/topology"
dev-repo: "git+https://github.com/coq-community/topology.git"
bug-reports: "https://github.com/coq-community/topology/issues"
license: "LGPL-2.1-or-later"
synopsis: "This library develops some basic set theory in Coq"
description: """
This Coq library develops some basic set theory.
The main purpose the author had in writing it
was as support for the Topology library.
"""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" {(>= "8.12" & < "8.17~") | (= "dev")}
]
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"
]