Quantcast
Channel: OCaml - Topics tagged dune
Viewing all articles
Browse latest Browse all 521

Common lib reference in dune

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 521

Trending Articles