Hi,
I have the following project structure .
- My App
-- common
-- dune
-- mylib.ml
-- mylib.mli
-- downloader
-- dune
-- main.ml
-- decoder
-- dune
-- main.ml
How could i tell dune to use “common/mylib” from /downloader/main.ml and decoder/main.ml? Thanks.
3 posts - 3 participants