File tree 2 files changed +119
-0
lines changed
coq-mathcomp-analysis/coq-mathcomp-analysis.1.0.0
coq-mathcomp-classical/coq-mathcomp-classical.1.0.0
2 files changed +119
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ maintainer: "Reynald Affeldt <
[email protected] >"
3
+
4
+ homepage: "https://github.com/math-comp/analysis"
5
+ dev-repo: "git+https://github.com/math-comp/analysis.git"
6
+ bug-reports: "https://github.com/math-comp/analysis/issues"
7
+ license: "CECILL-C"
8
+
9
+ synopsis: "An analysis library for mathematical components"
10
+ description: """
11
+ This repository contains an experimental library for real analysis for
12
+ the Coq proof-assistant and using the Mathematical Components library."""
13
+
14
+ build: [make "-C" "theories" "-j%{jobs}%"]
15
+ install: [make "-C" "theories" "install"]
16
+ depends: [
17
+ "coq-mathcomp-classical" { = version}
18
+ "coq-mathcomp-solvable" { >= "2.0.0" }
19
+ "coq-mathcomp-field"
20
+ "coq-mathcomp-bigenough" { >= "1.0.0" }
21
+ ]
22
+
23
+ tags: [
24
+ "category:Mathematics/Real Calculus and Topology"
25
+ "keyword:analysis"
26
+ "keyword:extended real numbers"
27
+ "keyword:filter"
28
+ "keyword:Cantor"
29
+ "keyword:topology"
30
+ "keyword:real numbers"
31
+ "keyword:sequence"
32
+ "keyword:convexity"
33
+ "keyword:Landau notation"
34
+ "keyword:logarithm"
35
+ "keyword:sin"
36
+ "keyword:cos"
37
+ "keyword:tangent"
38
+ "keyword:trigonometric function"
39
+ "keyword:exponential"
40
+ "keyword:differentiation"
41
+ "keyword:derivative"
42
+ "keyword:measure theory"
43
+ "keyword:integration"
44
+ "keyword:Lebesgue"
45
+ "keyword:probability"
46
+ "logpath:mathcomp.analysis"
47
+ "date:2024-01-26"
48
+ ]
49
+ authors: [
50
+ "Reynald Affeldt"
51
+ "Alessandro Bruni"
52
+ "Yves Bertot"
53
+ "Cyril Cohen"
54
+ "Marie Kerjean"
55
+ "Assia Mahboubi"
56
+ "Damien Rouhling"
57
+ "Pierre Roux"
58
+ "Kazuhiko Sakaguchi"
59
+ "Zachary Stone"
60
+ "Pierre-Yves Strub"
61
+ "Laurent Théry"
62
+ ]
63
+ url {
64
+ src: "https://github.com/math-comp/analysis/archive/1.0.0.tar.gz"
65
+ checksum: "sha512=16de55f1e3f17478735d142e157ee9424a587d09b79760a6fd3b55d7567626b25b675f4d45a9af3d472317baa8031aa5ba4820ce47752aaa226134a7d18e19ff"
66
+ }
Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ maintainer: "Reynald Affeldt <
[email protected] >"
3
+
4
+ homepage: "https://github.com/math-comp/analysis"
5
+ dev-repo: "git+https://github.com/math-comp/analysis.git"
6
+ bug-reports: "https://github.com/math-comp/analysis/issues"
7
+ license: "CECILL-C"
8
+
9
+ synopsis: "A library for classical logic for mathematical components"
10
+ description: """
11
+ This repository contains a library for classical logic for
12
+ the Coq proof-assistant and using the Mathematical Components library."""
13
+
14
+ build: [make "-C" "classical" "-j%{jobs}%"]
15
+ install: [make "-C" "classical" "install"]
16
+ depends: [
17
+ "coq" { (>= "8.16" & < "8.20~") | (= "dev") }
18
+ "coq-mathcomp-ssreflect" { >= "2.0.0" }
19
+ "coq-mathcomp-fingroup"
20
+ "coq-mathcomp-algebra"
21
+ "coq-mathcomp-finmap" { >= "2.0.0" }
22
+ "coq-hierarchy-builder" { >= "1.4.0" }
23
+ ]
24
+
25
+ tags: [
26
+ "category:Mathematics/Classical Logic"
27
+ "keyword:classical"
28
+ "keyword:logic"
29
+ "keyword:sets"
30
+ "keyword:set theory"
31
+ "keyword:function"
32
+ "keyword:cardinal"
33
+ "logpath:mathcomp.classical"
34
+ "date:2024-01-26"
35
+ ]
36
+ authors: [
37
+ "Reynald Affeldt"
38
+ "Alessandro Bruni"
39
+ "Yves Bertot"
40
+ "Cyril Cohen"
41
+ "Marie Kerjean"
42
+ "Assia Mahboubi"
43
+ "Damien Rouhling"
44
+ "Pierre Roux"
45
+ "Kazuhiko Sakaguchi"
46
+ "Zachary Stone"
47
+ "Pierre-Yves Strub"
48
+ "Laurent Théry"
49
+ ]
50
+ url {
51
+ src: "https://github.com/math-comp/analysis/archive/1.0.0.tar.gz"
52
+ checksum: "sha512=16de55f1e3f17478735d142e157ee9424a587d09b79760a6fd3b55d7567626b25b675f4d45a9af3d472317baa8031aa5ba4820ce47752aaa226134a7d18e19ff"
53
+ }
You can’t perform that action at this time.
0 commit comments