Y
Hacker News
new
|
ask
|
show
|
jobs
by
nukifw
308 days 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...
!! Stay tuned!
1 comments
johnisgood
308 days ago
Dune 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.
link
nukifw
308 days ago
And the next milestone of Dune is to become an alternative package manager via Dune package Management, using a store in a "nixish" way.
link
johnisgood
308 days ago
I suppose it is still going to use opam internally, right?
link
yawaramin
308 days ago
No, it is doing its own package management implementation.
link
johnisgood
308 days ago
So dune is going to replace opam? Where can I read more about this if so?
link
yawaramin
308 days ago
https://discuss.ocaml.org/t/dune-package-management-update/1...
link
nukifw
308 days ago
Package description, but it use its own engine.
link