Hi,
I have an oasis project defining three inter-dependent libraries A, B and C. B is a syntax extension, and depends on A. C depends on both A and B. I have written an _oasis file for this, which works fine if I don't use the extension in C, but fails if I do, during ocamldep (ocamldep lacks the appropriate options to understand the new syntax). Has anybody run into this problem ?

ph.