opam-repository regularly receives PRs where a number of packages have the exact name dependencies (modulo dependencies between them) and I feel like in most cases adding more packages to the opam namespace is not required (e.g. the tezos- and octez- packages).
Currently, dune's error messages only invite people to create <package>.opam files and never mention the possibility of subpackages anywhere. For example:
I feel like mentioning subpackages first in those error messages would be really helpful for users (less generated opam files with duplicated informations and packages to deal with when publishing) and opam-repository maintainers (less packages to maintain and review and CI would be less broken all the time)
opam-repository regularly receives PRs where a number of packages have the exact name dependencies (modulo dependencies between them) and I feel like in most cases adding more packages to the opam namespace is not required (e.g. the tezos- and octez- packages).
Currently, dune's error messages only invite people to create
<package>.opam
files and never mention the possibility of subpackages anywhere. For example:I feel like mentioning subpackages first in those error messages would be really helpful for users (less generated opam files with duplicated informations and packages to deal with when publishing) and opam-repository maintainers (less packages to maintain and review and CI would be less broken all the time)