Skip to content

Commit

Permalink
Merge pull request #227 from FStarLang/afromher_opam
Browse files Browse the repository at this point in the history
Update build instructions to reflect lower bounds on some packages
  • Loading branch information
msprotz authored Feb 3, 2022
2 parents 532ec27 + 9ca5a87 commit 7e02ba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ make via homebrew, and invoke `gmake` instead of `make`.

**Regarding OCaml:** Install OPAM via your package manager, then:

`$ opam install ppx_deriving_yojson zarith pprint menhir sedlex process fix wasm visitors ctypes-foreign ctypes`
`$ opam install ppx_deriving_yojson zarith pprint "menhir>=20161115" sedlex process fix "wasm>=1.1.1" visitors ctypes-foreign ctypes`

Next, make sure you have an up-to-date F\*, and that you ran `make` in the
`ulib/ml` directory of F\*. The `fstar.exe` executable should be on your PATH
Expand Down
2 changes: 1 addition & 1 deletion kremlin.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ depends: [
"process"
"fix"
"visitors"
"wasm"
"wasm" {>= "1.1.1"}
"ppx_deriving"
"ppx_deriving_yojson"
"fstar"
Expand Down

0 comments on commit 7e02ba7

Please sign in to comment.