Not sure if this is a feature request or just a question. I need to create a standalone OCaml plugin that is dynamically loaded by a main program in C. That's done by ocamlopt -output-obj -o plugin.so ... on Linux and ocamlopt -output-obj -o plugin.dll ... on Windows. Does Dune support such targets?
Not sure if this is a feature request or just a question. I need to create a standalone OCaml plugin that is dynamically loaded by a main program in C. That's done by
ocamlopt -output-obj -o plugin.so ...on Linux andocamlopt -output-obj -o plugin.dll ...on Windows. Does Dune support such targets?