2
2
3
3
## Requirements
4
4
5
- - [ The Coq Proof Assistant version ≥ 8.15 ] ( https://coq.inria.fr )
6
- - [ Mathematical Components version ≥ 1.17 .0] ( https://github.com/math-comp/math-comp )
7
- - [ Finmap library version ≥ 1.5.1 ] ( https://github.com/math-comp/finmap )
8
- - [ Hierarchy builder version >= 1.2 .0] ( https://github.com/math-comp/hierarchy-builder )
5
+ - [ The Coq Proof Assistant version ≥ 8.16 ] ( https://coq.inria.fr )
6
+ - [ Mathematical Components version ≥ 2.0 .0] ( https://github.com/math-comp/math-comp )
7
+ - [ Finmap library version ≥ 2.0.0 ] ( https://github.com/math-comp/finmap )
8
+ - [ Hierarchy builder version >= 1.4 .0] ( https://github.com/math-comp/hierarchy-builder )
9
9
- [ bigenough >= 1.0.0] ( https://github.com/math-comp/bigenough )
10
10
11
11
These requirements can be installed in a custom way, or through
@@ -48,7 +48,7 @@ $ opam install coq-mathcomp-analysis
48
48
```
49
49
To install a precise version, type, say
50
50
```
51
- $ opam install coq-mathcomp-analysis.0.7 .0
51
+ $ opam install coq-mathcomp-analysis.1.0 .0
52
52
```
53
53
4 . Everytime you want to work in this same context, you need to type
54
54
```
@@ -71,28 +71,28 @@ using [proof general for emacs](https://github.com/ProofGeneral/PG)
71
71
72
72
## Break-down of phase 3 of the installation procedure step by step
73
73
74
- With the example of Coq 8.15 .0 and MathComp 1.17 .0. For other versions, update the
74
+ With the example of Coq 8.16 .0 and MathComp 2.0 .0. For other versions, update the
75
75
version numbers accordingly.
76
76
77
- 1 . Install Coq 8.15 .0
77
+ 1 . Install Coq 8.16 .0
78
78
```
79
- $ opam install coq.8.15 .0
79
+ $ opam install coq.8.16 .0
80
80
```
81
81
2 . Install the Mathematical Components
82
82
```
83
- $ opam install coq-mathcomp-ssreflect.1.17 .0
84
- $ opam install coq-mathcomp-fingroup.1.17 .0
85
- $ opam install coq-mathcomp-algebra.1.17 .0
86
- $ opam install coq-mathcomp-solvable.1.17 .0
87
- $ opam install coq-mathcomp-field.1.17 .0
83
+ $ opam install coq-mathcomp-ssreflect.2.0 .0
84
+ $ opam install coq-mathcomp-fingroup.2.0 .0
85
+ $ opam install coq-mathcomp-algebra.2.0 .0
86
+ $ opam install coq-mathcomp-solvable.2.0 .0
87
+ $ opam install coq-mathcomp-field.2.0 .0
88
88
```
89
89
3 . Install the Finite maps library
90
90
```
91
- $ opam install coq-mathcomp-finmap.1.5.1
91
+ $ opam install coq-mathcomp-finmap.2.0.0
92
92
```
93
93
4 . Install the Hierarchy Builder
94
94
```
95
- $ opam install coq-hierarchy-builder.1.2 .0
95
+ $ opam install coq-hierarchy-builder.1.6 .0
96
96
```
97
97
5 . Download and compile ` coq-mathcomp-analysis ` without installing
98
98
```
0 commit comments