melange-fetch
melange-fetch copied to clipboard
Add melange to the library dependencies to fix compilation on melange 2.2.0
I tried to add melange-webapi to a new Melange 2.2.0 project, but it failed to compile because it looks like Stdlib is only exposed from the melange package in 2.2.0. Adding melange to the dependencies fixes this issue. I haven't tried melange-webapi but I think this change might have to be made in that package as well.
This sounds very weird. Dune should be adding that library for you automatically.