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

Dune name resolution

$
0
0

I’ve been having issues with using vendored packages with dune.

Specifically I have two packages which I have cloned into the home directory of my dune project:

/
|- foo
|- bar
|- src
|- dune-project

From what I’ve read dune should look inside foo and bar for dune files which describe libraries and then use those libraries to build src, however that doesn’t appear to be happening in this case (specifically it reports an error in src/dune "foo" not found but it doesn’t report a similar error for `bar).

Hence the question: how does dune do its library resolution and what could cause it to fail in this way.

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 527

Trending Articles