-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yml
83 lines (61 loc) · 1.77 KB
/
meta.yml
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
fullname: Coqtail
shortname: coqtail-math
opam_name: coq-coqtail
organization: coq-community
community: true
action: true
synopsis: Library of mathematical theorems and tools proved inside the Coq
description: |-
Coqtail is a library of mathematical theorems and tools proved inside
the Coq proof assistant. Results range mostly from arithmetic to real
and complex analysis.
authors:
- name: Guillaume Allais
- name: Sylvain Dailler
- name: Hugo Férée
- name: Jean-Marie Madiot
- name: Pierre-Marie Pédrot
- name: Amaury Pouly
maintainers:
- name: Jean-Marie Madiot
nickname: jmadiot
opam-file-maintainer: [email protected]
opam-file-version: dev
license:
fullname: GNU Lesser General Public License v3.0 only
identifier: LGPL-3.0-only
supported_coq_versions:
text: 8.17 or later
opam: '{>= "8.17"}'
tested_coq_nix_versions:
- coq_version: 'master'
tested_coq_opam_versions:
- version: dev
- version: '8.20'
- version: '8.19'
- version: '8.18'
- version: '8.17'
namespace: Coqtail
keywords:
- name: real analysis
- name: complex analysis
categories:
- name: Mathematics/Real Calculus and Topology
documentation: |-
## Coqtail and Vim
Note that this project is distinct from [this other project named
Coqtail](https://github.com/whonore/Coqtail), which helps using Coq in Vim.
## Developer's todo list
Big things:
- prove linear and non-linear theory of ℂ is decidable (using Groebner basis)
Lemmas to prove:
- Mertens' Theorem for Complex numbers
- (expand this list to your wish)
Maintenance:
- Use `-Q` instead of `-R` and fix the resulting loadpath problems
- Check for commented lemmas (and admits)
- Remove useless `Require`s
- Check for admits (run `./todos.sh`).
- Check for commented results (run `./todos.sh comments`)
---