Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
fix(build) issue with camlp5
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <jeromesimeon@me.com>
  • Loading branch information
jeromesimeon committed Jul 17, 2020
1 parent a9499c6 commit fd5f437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -39,7 +39,7 @@ common_steps: &common_steps
- run:
name: "Install OCaml deps"
command: |
opam install -y -v --jobs=2 ocamlbuild menhir camlp5 base64 js_of_ocaml js_of_ocaml-ppx yojson atdgen re calendar uri
opam install -y -v --jobs=2 ocamlbuild menhir base64 js_of_ocaml js_of_ocaml-ppx yojson atdgen re calendar uri
- run:
name: "Install Coq"
command: |
Expand Down
2 changes: 1 addition & 1 deletion DEVELOPERS.md
Expand Up @@ -53,7 +53,7 @@ To rebuild the compiler from the source, you will need Coq 8.8.2 and OCaml 4.07.

```sh
$ opam repo add coq-released https://coq.inria.fr/opam/released
$ opam install ocamlbuild menhir camlp5 base64 js_of_ocaml js_of_ocaml-ppx yojson atdgen re calendar uri
$ opam install ocamlbuild menhir base64 js_of_ocaml js_of_ocaml-ppx yojson atdgen re calendar uri
$ opam install coq.8.8.2 coq-qcert.1.4.1
```

Expand Down

0 comments on commit fd5f437

Please sign in to comment.