-
Notifications
You must be signed in to change notification settings - Fork 7
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
missing dependency? #7
Comments
Thanks for this report as well! This looks like a tougher one, especially because I don’t know OCaml tooling these days. @Armael, are you still on as maintainer, and are you able to look into this? |
Yeah I'll look into this one. |
Ok, there are two distinct issues there:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi
just taking for a spin to see if I can take the pain out of refactoring
some legacy perl scripting.
opam install of shcaml succeeded (installs 4.08.1) but (since you dep on ocamlfind)
#require "shcaml";;
fails with missing lwt.unix
installed lwt then undefined global 'Mutex' (presumably a module part of some other s/w)
The text was updated successfully, but these errors were encountered: