File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,17 +7,8 @@ dev-repo: "git+https://github.com/math-comp/analysis.git"
77bug-reports: "https://github.com/math-comp/analysis/issues"
88license: "CECILL-C"
99
10- build: [make "-C" "analysis_stdlib" "-j%{jobs}%"]
11- install: [make "-C" "analysis_stdlib" "install"]
1210depends: [ "rocq-mathcomp-analysis-stdlib" { = version} ]
1311
14- tags: [
15- "category:Mathematics/Real Numbers"
16- "category:Mathematics/Real Calculus and Topology"
17- "keyword:real numbers"
18- "keyword:reals"
19- "logpath:mathcomp.reals_stdlib"
20- ]
2112authors: [
2213 "Reynald Affeldt"
2314 "Alessandro Bruni"
Original file line number Diff line number Diff line change @@ -7,33 +7,8 @@ dev-repo: "git+https://github.com/math-comp/analysis.git"
77bug-reports: "https://github.com/math-comp/analysis/issues"
88license: "CECILL-C"
99
10- build: [make "-C" "theories" "-j%{jobs}%"]
11- install: [make "-C" "theories" "install"]
1210depends: [ "rocq-mathcomp-analysis" { = version} ]
1311
14- tags: [
15- "category:Mathematics/Real Calculus and Topology"
16- "keyword:analysis"
17- "keyword:Cantor"
18- "keyword:topology"
19- "keyword:real numbers"
20- "keyword:sequence"
21- "keyword:convexity"
22- "keyword:Landau notation"
23- "keyword:logarithm"
24- "keyword:sin"
25- "keyword:cos"
26- "keyword:tangent"
27- "keyword:trigonometric function"
28- "keyword:exponential"
29- "keyword:differentiation"
30- "keyword:derivative"
31- "keyword:measure theory"
32- "keyword:integration"
33- "keyword:Lebesgue"
34- "keyword:probability"
35- "logpath:mathcomp.analysis"
36- ]
3712authors: [
3813 "Reynald Affeldt"
3914 "Alessandro Bruni"
Original file line number Diff line number Diff line change @@ -7,28 +7,11 @@ dev-repo: "git+https://github.com/math-comp/analysis.git"
77bug-reports: "https://github.com/math-comp/analysis/issues"
88license: "CECILL-C"
99
10- build: [make "-C" "classical" "-j%{jobs}%"]
11- install: [make "-C" "classical" "install"]
1210depends: [
13- "coq-core" { (>= "9.0" & < "9.2~") | (= "dev") }
14- "coq-mathcomp-ssreflect" { (>= "2.4.0" & < "2.6~") | (= "dev") }
15- "coq-mathcomp-fingroup"
16- "coq-mathcomp-algebra"
17- "coq-mathcomp-finmap" { (>= "2.1.0") }
18- "coq-hierarchy-builder" { (>= "1.8.0") }
11+ "coq-core"
12+ "rocq-mathcomp-classical" {= version}
1913]
2014
21- tags: [
22- "category:Mathematics/Logic/Classical logic"
23- "keyword:classical logic"
24- "keyword:logic"
25- "keyword:sets"
26- "keyword:set theory"
27- "keyword:function"
28- "keyword:cardinal"
29- "keyword:filter"
30- "logpath:mathcomp.classical"
31- ]
3215authors: [
3316 "Reynald Affeldt"
3417 "Alessandro Bruni"
Original file line number Diff line number Diff line change @@ -7,16 +7,8 @@ dev-repo: "git+https://github.com/math-comp/analysis.git"
77bug-reports: "https://github.com/math-comp/analysis/issues"
88license: "CECILL-C"
99
10- build: [make "-C" "experimental_reals" "-j%{jobs}%"]
11- install: [make "-C" "experimental_reals" "install"]
1210depends: [ "rocq-mathcomp-experimental-reals" { = version} ]
1311
14- tags: [
15- "category:Mathematics/Real Numbers"
16- "keyword:real numbers"
17- "keyword:reals"
18- "logpath:mathcomp.experimental_reals"
19- ]
2012authors: [
2113 "Reynald Affeldt"
2214 "Alessandro Bruni"
Original file line number Diff line number Diff line change @@ -7,16 +7,8 @@ dev-repo: "git+https://github.com/math-comp/analysis.git"
77bug-reports: "https://github.com/math-comp/analysis/issues"
88license: "CECILL-C"
99
10- build: [make "-C" "reals_stdlib" "-j%{jobs}%"]
11- install: [make "-C" "reals_stdlib" "install"]
1210depends: [ "rocq-mathcomp-reals-stdlib" { = version} ]
1311
14- tags: [
15- "category:Mathematics/Real Numbers"
16- "keyword:real numbers"
17- "keyword:reals"
18- "logpath:mathcomp.reals_stdlib"
19- ]
2012authors: [
2113 "Reynald Affeldt"
2214 "Alessandro Bruni"
Original file line number Diff line number Diff line change @@ -7,17 +7,8 @@ dev-repo: "git+https://github.com/math-comp/analysis.git"
77bug-reports: "https://github.com/math-comp/analysis/issues"
88license: "CECILL-C"
99
10- build: [make "-C" "reals" "-j%{jobs}%"]
11- install: [make "-C" "reals" "install"]
1210depends: [ "rocq-mathcomp-reals" { = version} ]
1311
14- tags: [
15- "category:Mathematics/Real Numbers"
16- "keyword:real numbers"
17- "keyword:reals"
18- "keyword:extended real numbers"
19- "logpath:mathcomp.reals"
20- ]
2112authors: [
2213 "Reynald Affeldt"
2314 "Alessandro Bruni"
Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ the Coq proof-assistant and using the Mathematical Components library."""
1515build: [make "-C" "classical" "-j%{jobs}%"]
1616install: [make "-C" "classical" "install"]
1717depends: [
18- ("coq" {>= "8.20" & < "8.21~"}
19- | "rocq-core" { (>= "9.0" & < "9.2~") | (= "dev") })
18+ "rocq-core" { (>= "9.0" & < "9.2~") | (= "dev") }
2019 "rocq-mathcomp-ssreflect" { (>= "2.4.0" & < "2.6~") | (= "dev") }
2120 "rocq-mathcomp-fingroup"
2221 "rocq-mathcomp-algebra"
You can’t perform that action at this time.
0 commit comments