You are not logged in.
What's the recommended way to install Dune and other OCaml tools such as the OCaml lsp, etc, I see there's a package for Dune in the community repo, but on the OCaml website it recommends installing all the tools through opam as follows:
opam install dune merlin ocaml-lsp-server odoc ocamlformat utop dune-release
.
Is the usual way on Arch to use opam or pacman? Thanks in advance.
Offline
Everything is installed within a local opam directory, that can include multiple installation prefixes with different sets of intalled packages.
If you want systemwide installs of those tools, use pacman .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
I see, I will use opam then as it seems to be what the developers of Dune recommend.
Offline