-
Notifications
You must be signed in to change notification settings - Fork 34
Fix build with dune package management #1319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: next
Are you sure you want to change the base?
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.