plzoo icon indicating copy to clipboard operation
plzoo copied to clipboard

Shift to dune from ocamlbuild

Open sidkshatriya opened this issue 4 years ago • 0 comments

  • Simpler to understand, more declarative
  • Probably better integration with ocaml-lsp-server and editors in general due to dune's capabilities
  • Auto-generate an opam file for more explicit dependencies

Please test this locally and let me know whether you think this is a useful change

Notes

  • Both native and byte code executables are produced at one go instead of explicitly needing to specify
  • The executables can be found in src/<name-of-interpreter instead of the root directory

The main reason for doing this personally is that I wanted better "code intelligence" in my editor which uses ocaml-lsp-server (which is the OCaml LSP server)

sidkshatriya avatar Nov 09 '21 10:11 sidkshatriya