5 ms·
There is a lot of work on Dune Package Management that will fix some legacy issues related to OPAM, https://dune.readthedocs.io/en/stable/tutorials/dune-package
by nukifw 1y ago
There is a lot of work on Dune Package Management that will fix some legacy issues related to OPAM, https://dune.readthedocs.io/en/stable/tutorials/dune-package-management/setup.html https://dune.readthedocs.io/en/stable/tutorials/dune-package... !!
Stay tuned!
- johnisgood 1y agoDune is not a dependency manager, it is a build tool. Opam is the dependency manager. By default, Dune doesn't fetch dependencies, opam does that. That said, Dune does use opam, yeah.
- nukifw 1y agoAnd the next milestone of Dune is to become an alternative package manager via Dune package Management, using a store in a "nixish" way.
- johnisgood 1y agoI suppose it is still going to use opam internally, right?
- yawaramin 1y agoNo, it is doing its own package management implementation.
- johnisgood 1y agoSo dune is going to replace opam? Where can I read more about this if so?
- yawaramin 1y agohttps://discuss.ocaml.org/t/dune-package-management-update/16477 https://discuss.ocaml.org/t/dune-package-management-update/1...
- nukifw 1y agoPackage description, but it use its own engine.