Fix build with dune package management#1319
Conversation
|
Hi and thanks for the PR! Can you clarify what commands you are using that are failing? These dependencies should only be required for building the JS version of alt-ergo, which is not intended to be built through opam. |
|
Thanks for the response! So my usual workflow is this -- Doing this on the main branch results in the following error message: I suspect this is because |
You should be using the |
|
That said, you are right that We can't really add those as dependencies, because they are not used unless buildin with JS, and it's not really appropriate to add them as |
This PR adds some dependencies that fix building with dune package management. Happy to submit a PR to opam-repository retroactively changing it for released versions if it's appropriate.