-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcoq-dedekind-reals.opam
40 lines (34 loc) · 1.33 KB
/
coq-dedekind-reals.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
38
39
40
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
opam-version: "2.0"
maintainer: "[email protected]"
version: "dev"
homepage: "https://github.com/coq-community/dedekind-reals"
dev-repo: "git+https://github.com/coq-community/dedekind-reals.git"
bug-reports: "https://github.com/coq-community/dedekind-reals/issues"
license: "MIT"
synopsis: "A formalization of the Dedekind real numbers in Coq"
description: """
A formalization of Dedekind reals numbers that started as a
student project at the University of Ljubljana under the supervision
of Andrej Bauer, and was brought to the present state by Vincent Semeria.
At this point the formalization of the field of reals is finished.
There are still several unfinished theorems concering the lattice-theoretic
structure of the reals (search for `todo` in the Coq files). We would be
delighted by contributions that would bring the formalization
closer to completion."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.16"}
]
tags: [
"category:Mathematics/Real Calculus and Topology"
"keyword:real numbers"
"keyword:analysis"
"logpath:DedekindReals"
]
authors: [
"Andrej Bauer <[email protected]>"
"Vincent Semeria <[email protected]>"
]