ocaml-multicore / effects-examples

Examples to illustrate the use of algebraic effects in Multicore OCaml
ISC License
417 stars 35 forks source link

Migrate the build scripts to dune #19

Closed kayceesrk closed 2 years ago

kayceesrk commented 3 years ago

Currently we use OCamlbuild. We should port the build system to dune.

Is the secondary compiler necessary now since systhreads work with multicore?

kayceesrk commented 2 years ago

Fixed by #22.