Skip to content
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

Better support for OCaml dependencies in code using extension points #219

Open
foretspaisibles opened this issue Nov 12, 2015 · 1 comment

Comments

@foretspaisibles
Copy link
Owner

OCaml object files should depend on system libraries and 3rd party libraries, which would cause the expected recompilation when these libraries are upgraded.

@foretspaisibles foretspaisibles changed the title Better support for OCaml dependencies Better support for OCaml dependencies in code using extension points Jan 6, 2016
@foretspaisibles
Copy link
Owner Author

The problem is caused by ocamldep not descending into expressions mentioning extension points. We should use ocamlfind ocamldep instead of ocamldep when appropriate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant