File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
33
33
env :
34
34
NJOBS : " 2"
35
- COQ_VERSION : " 8.18 .0" # pick a version not tested on other platforms
35
+ COQ_VERSION : " 8.20 .0"
36
36
COQCHKEXTRAFLAGS : " "
37
37
SKIP_BEDROCK2 : " 0"
38
38
OPAMYES : " true"
Original file line number Diff line number Diff line change 26
26
27
27
env :
28
28
NJOBS : " 2"
29
- COQ_VERSION : " 8.18 .0" # minimal major version required for bedrock2 components
29
+ COQ_VERSION : " 8.20 .0"
30
30
COQEXTRAFLAGS : " -async-proofs-j 1"
31
31
COQCHKEXTRAFLAGS : " "
32
32
OPAMYES : " true"
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ Building
31
31
🌐 Try out synthesis [ on the web] ( https://mit-plv.github.io/fiat-crypto/ ) !
32
32
(Supported by [ ` js_of_ocaml ` ] ( https://ocsigen.org/js_of_ocaml/latest/manual/overview ) compilation.)
33
33
34
- This repository requires [ Coq] ( https://coq.inria.fr/ ) [ 8.18 ] ( https://github.com/coq/coq/releases/tag/V8.18.0 ) or later.
35
- Note that if you install Coq from Ubuntu aptitude packages, you need ` libcoq-ocaml-dev ` in addition to ` coq ` .
34
+ This repository requires [ Coq] ( https://coq.inria.fr/ ) 8.20 or later, including OCaml libraries .
35
+ If you install Coq from Ubuntu aptitude packages, you need ` libcoq-ocaml-dev ` in addition to ` coq ` .
36
36
Note that in some cases (such as installing Coq via homebrew on Mac), you may also need to install ` ocaml-findlib ` (for ` ocamlfind ` ).
37
37
The extracted OCaml code for the standalone binaries requires [ OCaml] ( https://ocaml.org/ ) [ 4.08] ( https://ocaml.org/p/ocaml/4.08.0 ) or later.
38
38
We suggest downloading [ the latest version of Coq] ( https://github.com/coq/coq/wiki#coq-installation ) .
You can’t perform that action at this time.
0 commit comments