melange-community / melange-fetch

Fetch bindings for Melange
MIT License
203 stars 53 forks source link

Add melange to the library dependencies to fix compilation on melange 2.2.0 #45

Open steinuil opened 9 months ago

steinuil commented 9 months ago

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.

anmonteiro commented 9 months ago

This sounds very weird. Dune should be adding that library for you automatically.