-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mike dupont
committed
Feb 21, 2024
1 parent
7e9145b
commit 347ddfe
Showing
2 changed files
with
7 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
set -e | ||
|
||
#eval $(opam env --switch=default) | ||
#opam switch | ||
#eval $(opam env --switch=5.1.2+trunk) | ||
eval $(opam env --switch=4.1.13) | ||
opam install --yes ppx_yojson_conv_lib | ||
|
||
opam repo add coq-released https://coq.inria.fr/opam/released | ||
opam repo add coq-extra-dev https://coq.inria.fr/opam/extra-dev | ||
|
||
opam install --yes ppx_yojson_conv_lib | ||
opam install --yes ppx_yojson lwt_ppx containers lambdasoup uri ezcurl ppx_yojson_conv ppx_yojson_conv_lib ezcurl-lwt yojson stdio | ||
opam install -w --yes --deps-only . | ||
opam pin add --yes openai https://github.com/meta-introspector/openai-ocaml.git#main --update-invariant | ||
dune build . | ||
echo the following are optional and may take a long time | ||
opam install --yes coq | ||
opam install --yes serlib |