File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
14
14
*** Last stable version:
15
15
16
- Version 0.0.6 :
16
+ Version 0.0.7 :
17
17
3. ~opam install coq-infotheo~
18
18
19
19
**** Requirements
20
20
21
21
- [[https://coq.inria.fr][Coq]] 8.10
22
- - [[https://github.com/math-comp/math-comp][Mathematical Components library]] 1.9.0 or 1. 10.0
22
+ - [[https://github.com/math-comp/math-comp][Mathematical Components library]] 1.10.0
23
23
- [[https://github.com/math-comp/analysis][MathComp-Analysis]] 0.2.2 or 0.2.3
24
24
which requires
25
25
+ [[https://github.com/math-comp/finmap][finmap]] 1.2.0 or greater
Original file line number Diff line number Diff line change 1
- --------------------------
2
- from 0.0.6 to 0.0.7 (wip) :
3
- --------------------------
1
+ ---------------------
2
+ from 0.0.6 to 0.0.7 :
3
+ ---------------------
4
4
renamings:
5
5
- Module jtype -> Module JType
6
6
+ jtype.jtype -> JType.t
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ install: [
26
26
]
27
27
depends: [
28
28
"coq" {>= "8.10~"}
29
- "coq-mathcomp-field" {>= "1.9.0" & <= "1. 10.0"}
29
+ "coq-mathcomp-field" {>= "1.10.0"}
30
30
"coq-mathcomp-analysis" {(>= "0.2.0" & <= "0.2.3")}
31
31
]
32
32
synopsis: "Infotheo"
@@ -39,5 +39,5 @@ tags: [
39
39
"keyword: probability"
40
40
"keyword: error-correcting codes"
41
41
"logpath:infotheo"
42
- "date:2019-11-09 "
42
+ "date:2020-02-06 "
43
43
]
You can’t perform that action at this time.
0 commit comments