dune/doc/known-issues.rst

18 lines
464 B
ReStructuredText

************
Known Issues
************
mli only modules
================
These are supported, however using them might cause make it impossible for
non-dune users to use your library. We tried to use them for some internal
module generated by dune and it broke the build of projects not using
dune:
https://github.com/ocaml/dune/issues/567
So, while they are supported, you should be careful where you use them. Using a
`.ml` only module is still preferable.