forked from coq-community/topology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
coq-topology.opam
36 lines (32 loc) · 873 Bytes
/
coq-topology.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
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: "General topology in Coq"
description: """
This library develops some of the basic concepts
and results of general topology in Coq.
"""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" {(>= "8.12" & < "8.17~") | (= "dev")}
"coq-zorns-lemma" {= version}
]
tags: [
"category:Mathematics/Real Calculus and Topology"
"keyword:topology"
"keyword:filters"
"keyword:nets"
"keyword:metric spaces"
"keyword:real analysis"
"keyword:Urysohn's lemma"
"keyword:Tietze extension theorem"
"logpath:Topology"
]
authors: [
"Daniel Schepler"
]