-
|
Since with dune there is a great degree of freedom about how to organize the source code, there are many times where I found it difficult where a certain library is defined. Is there a cli command, probably something like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
There is the |
Beta Was this translation helpful? Give feedback.
There is the
dune describecommand which isdune describe workspace. This will print information about the workspace. In there you will find libraries and their source directories. You can grep the output for the library you want.