We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The dune-project file in root is broken by the most recent commit -- the version constraint requires parens around the whole dependency. I.e.,
zarith (>= 1.5)
should be
(zarith (>= 1.5))
Otherwise I expect it's trying to parse (>= 1.5) as a library name.
(>= 1.5)
The text was updated successfully, but these errors were encountered:
also have the problem while building the project
Sorry, something went wrong.
No branches or pull requests
The dune-project file in root is broken by the most recent commit -- the version constraint requires parens around the whole dependency. I.e.,
zarith (>= 1.5)
should be
(zarith (>= 1.5))
Otherwise I expect it's trying to parse
(>= 1.5)
as a library name.The text was updated successfully, but these errors were encountered: