python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
dune-ocaml : No implementations provided for the following modules:
I tried to compile an OCaml code with Dune but got the following error:
Error: No implementations provided for the following modules:
CallccBp referenced from bin/.CallccTest.eobjs/native/dune__exe__C...
MMY MMY
Votes: 0
Answers: 2
OCaml: dune build error after running `dune init exec`
I am new to OCaml, and I followed the tutorial to set up a developpement environment. I then tried the helloworld example with dune and OCaml but encoutered the following error:
$ dune init exe hellow...

douyu
Votes: 0
Answers: 1
Unable to install OCaml on macOS Mac M1
I had installed merlin 6 months ago to be able to compile Ocaml and I had no problems. I have recently upgraded to update everything but it was impossible to make the package work.
When I try to reins...

ThéoS
Votes: 0
Answers: 1
Using dune in OCaml, does promote overwrite manual changes?
The nice thing about Rust and generated code, is that it can live in the target directory and rust-analyzer makes it easy to go and see what's there. But in OCaml, with dune, if I have a rule to gener...

David 天宇 Wong
Votes: 0
Answers: 0