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
I tried following the build instructions and found these roadblocks.
$ opam install . --deps-only ... $ dune build File "bin/dune", line 5, characters 37-59: 5 | (libraries disc core bignum sexplib core_unix.command_unix)) ^^^^^^^^^^^^^^^^^^^^^^ Error: Library "core_unix.command_unix" not found. $ opam install core_unix $ dune build File "lib/dune", line 8, characters 61-65: 8 | (libraries core bignum sexplib core_unix.command_unix oUnit rsdd) ^^^^ Error: Library "rsdd" not found.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried following the build instructions and found these roadblocks.
The text was updated successfully, but these errors were encountered: