-
-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Labels
Description
The current dune library structure is an almost 1-to-1 port of a Makefile based build. When converting it, I had to use (wrapped false)
everywhere to avoid changing many files.
We should do better here. Wrapped libraries are pretty advantageous to avoid leaking modules in the global namespace.
This needs some exploration in order to find the right structure for libraries, and I expect it to be a pretty invasive change.