Skip to content

Commit e9a1231

Browse files
authored
Merge pull request #1908 from affeldt-aist/opam_20250319
fix opam files
2 parents d2e2bbb + 58e88ff commit e9a1231

6 files changed

Lines changed: 12 additions & 0 deletions

rocq-mathcomp-analysis-stdlib.opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ depends: [
1919
"rocq-mathcomp-reals-stdlib"
2020
]
2121

22+
conflicts: [ "coq-mathcomp-analysis-stdlib" { < "1.16~" } ]
23+
2224
tags: [
2325
"category:Mathematics/Real Numbers"
2426
"category:Mathematics/Real Calculus and Topology"

rocq-mathcomp-analysis.opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ depends: [
2121
"rocq-mathcomp-bigenough" { (>= "1.0.0") }
2222
]
2323

24+
conflicts: [ "coq-mathcomp-analysis" { < "1.16~" } ]
25+
2426
tags: [
2527
"category:Mathematics/Real Calculus and Topology"
2628
"keyword:analysis"

rocq-mathcomp-classical.opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ depends: [
2323
"rocq-hierarchy-builder" { (>= "1.8.0") }
2424
]
2525

26+
conflicts: [ "coq-mathcomp-classical" { < "1.16~" } ]
27+
2628
tags: [
2729
"category:Mathematics/Logic/Classical logic"
2830
"keyword:classical logic"

rocq-mathcomp-experimental-reals.opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ depends: [
2222
"rocq-mathcomp-bigenough" { (>= "1.0.0") }
2323
]
2424

25+
conflicts: [ "coq-mathcomp-experimental-reals" { < "1.16~" } ]
26+
2527
tags: [
2628
"category:Mathematics/Real Numbers"
2729
"keyword:real numbers"

rocq-mathcomp-reals-stdlib.opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ depends: [
2020
"rocq-mathcomp-reals" { = version}
2121
]
2222

23+
conflicts: [ "coq-mathcomp-reals-stdlib" { < "1.16~" } ]
24+
2325
tags: [
2426
"category:Mathematics/Real Numbers"
2527
"keyword:real numbers"

rocq-mathcomp-reals.opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ depends: [
1818
"rocq-mathcomp-classical" { = version}
1919
]
2020

21+
conflicts: [ "coq-mathcomp-reals" { < "1.16~" } ]
22+
2123
tags: [
2224
"category:Mathematics/Real Numbers"
2325
"keyword:real numbers"

0 commit comments

Comments
 (0)