solvuu / solvuu-build

DEPRECATED. We recommend Jane Street's dune (formerly jbuilder).
ISC License
24 stars 5 forks source link

allow overriding automated dependency analysis #37

Open agarwal opened 8 years ago

agarwal commented 8 years ago

We call ocamldep to compute dependencies, but ocamldep is known to give wrong answers in common cases. We should let users override the default.

See biocaml/biocaml@ca7cb5807527e80a59e689cd5d417023f19bd9c1 for an example of where this has already affected us.

See this message on the caml-list about a related feature apparently available in ocp-build.