File tree 4 files changed +10
-8
lines changed
4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 18
18
matrix :
19
19
image :
20
20
- ' coqorg/coq:dev'
21
+ - ' coqorg/coq:8.14'
21
22
- ' coqorg/coq:8.13'
22
23
- ' coqorg/coq:8.12'
23
24
- ' coqorg/coq:8.11'
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Coqtail is a library of mathematical theorems and tools proved inside
16
16
the Coq proof assistant. Results range mostly from arithmetic to real
17
17
and complex analysis."""
18
18
19
- build: [make "-j%{jobs}%" ]
19
+ build: [make "-j%{jobs}%"]
20
20
install: [make "install"]
21
21
depends: [
22
22
"coq" {(>= "8.11" & < "8.15~") | (= "dev")}
Original file line number Diff line number Diff line change 2
2
(name Coqtail)
3
3
(package coq-coqtail)
4
4
(synopsis "Library of mathematical theorems and tools proved inside the Coq")
5
- (flags
5
+ (flags :standard
6
6
-w -deprecated-hint-without-locality
7
7
-w -deprecated-hint-rewrite-without-locality
8
8
-w -deprecated-instance-without-locality))
Original file line number Diff line number Diff line change @@ -42,20 +42,21 @@ tested_coq_nix_versions:
42
42
43
43
tested_coq_opam_versions :
44
44
- version : dev
45
+ - version : ' 8.14'
45
46
- version : ' 8.13'
46
47
- version : ' 8.12'
47
48
- version : ' 8.11'
48
49
49
50
namespace : Coqtail
50
51
51
52
build : |-
52
- ## Building instructions
53
+ ## Building instructions
53
54
54
- ``` shell
55
- git clone https://github.com/coq-community/coqtail-math
56
- cd coqtail-math
57
- make # or make -j <number-of-cores-on-your-machine>
58
- ```
55
+ ``` shell
56
+ git clone https://github.com/coq-community/coqtail-math
57
+ cd coqtail-math
58
+ make # or make -j <number-of-cores-on-your-machine>
59
+ ```
59
60
60
61
keywords :
61
62
- name : real analysis
You can’t perform that action at this time.
0 commit comments