Is there a way to have separate names for the executable and entry-point module?
Unfortunately not. You can replace the dashes with underscores however. That seems good enough.
…On Oct 5, 2020, 5:26 PM -0700, Max Lantas ***@***.***>, wrote: @mnxn commented on this pull request. In src/dune: > @@ -0,0 +1,5 @@ +(executable + (name extension) If I change the name to vscode-ocaml-platform, dune looks for the Vscode-ocaml-platform module as an entry point. That doesn't seem like a very optimal change. Is there a way to have separate names for the executable and entry-point module? — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.