Skip to content

Commit d2e2bbb

Browse files
authored
Merge pull request #1906 from proux01/fix-opam
Fix opam files
2 parents 101040c + 1421fac commit d2e2bbb

7 files changed

Lines changed: 3 additions & 80 deletions

coq-mathcomp-analysis-stdlib.opam

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,8 @@ dev-repo: "git+https://github.com/math-comp/analysis.git"
77
bug-reports: "https://github.com/math-comp/analysis/issues"
88
license: "CECILL-C"
99

10-
build: [make "-C" "analysis_stdlib" "-j%{jobs}%"]
11-
install: [make "-C" "analysis_stdlib" "install"]
1210
depends: [ "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-
]
2112
authors: [
2213
"Reynald Affeldt"
2314
"Alessandro Bruni"

coq-mathcomp-analysis.opam

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,8 @@ dev-repo: "git+https://github.com/math-comp/analysis.git"
77
bug-reports: "https://github.com/math-comp/analysis/issues"
88
license: "CECILL-C"
99

10-
build: [make "-C" "theories" "-j%{jobs}%"]
11-
install: [make "-C" "theories" "install"]
1210
depends: [ "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-
]
3712
authors: [
3813
"Reynald Affeldt"
3914
"Alessandro Bruni"

coq-mathcomp-classical.opam

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,11 @@ dev-repo: "git+https://github.com/math-comp/analysis.git"
77
bug-reports: "https://github.com/math-comp/analysis/issues"
88
license: "CECILL-C"
99

10-
build: [make "-C" "classical" "-j%{jobs}%"]
11-
install: [make "-C" "classical" "install"]
1210
depends: [
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-
]
3215
authors: [
3316
"Reynald Affeldt"
3417
"Alessandro Bruni"

coq-mathcomp-experimental-reals.opam

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,8 @@ dev-repo: "git+https://github.com/math-comp/analysis.git"
77
bug-reports: "https://github.com/math-comp/analysis/issues"
88
license: "CECILL-C"
99

10-
build: [make "-C" "experimental_reals" "-j%{jobs}%"]
11-
install: [make "-C" "experimental_reals" "install"]
1210
depends: [ "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-
]
2012
authors: [
2113
"Reynald Affeldt"
2214
"Alessandro Bruni"

coq-mathcomp-reals-stdlib.opam

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,8 @@ dev-repo: "git+https://github.com/math-comp/analysis.git"
77
bug-reports: "https://github.com/math-comp/analysis/issues"
88
license: "CECILL-C"
99

10-
build: [make "-C" "reals_stdlib" "-j%{jobs}%"]
11-
install: [make "-C" "reals_stdlib" "install"]
1210
depends: [ "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-
]
2012
authors: [
2113
"Reynald Affeldt"
2214
"Alessandro Bruni"

coq-mathcomp-reals.opam

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,8 @@ dev-repo: "git+https://github.com/math-comp/analysis.git"
77
bug-reports: "https://github.com/math-comp/analysis/issues"
88
license: "CECILL-C"
99

10-
build: [make "-C" "reals" "-j%{jobs}%"]
11-
install: [make "-C" "reals" "install"]
1210
depends: [ "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-
]
2112
authors: [
2213
"Reynald Affeldt"
2314
"Alessandro Bruni"

rocq-mathcomp-classical.opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ the Coq proof-assistant and using the Mathematical Components library."""
1515
build: [make "-C" "classical" "-j%{jobs}%"]
1616
install: [make "-C" "classical" "install"]
1717
depends: [
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"

0 commit comments

Comments
 (0)