README says:
$ ocaml bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune
But for many projects dune needs to be built with other packages.
Arch linux builds like this:
make dune.exe
./dune.exe build -p 'dune,dune-action-plugin,dune-build-info,dune-configurator,dune-glob,dune-private-libs,dune-site' --profile dune-bootstrap
Is this correct? Is the list of packages complete?
See the Arch package here: https://github.com/archlinux/svntogit-community/blob/packages/dune/trunk/PKGBUILD
Why are these additional packages bundled with dune? Shouldn't they be separate packages?
README says:
But for many projects dune needs to be built with other packages.
Arch linux builds like this:
Is this correct? Is the list of packages complete?
See the Arch package here: https://github.com/archlinux/svntogit-community/blob/packages/dune/trunk/PKGBUILD
Why are these additional packages bundled with dune? Shouldn't they be separate packages?