When multiple projects are built together (typically with git submodules), it would be nice if drom is aware that additional opam files should be taken into account.
Typically, in SuperBOL, we have a Makefile.drom-tpl file that uses a $(MORE_OPAM_FILES) variable to add opam files to be installed.
When multiple projects are built together (typically with git submodules), it would be nice if
dromis aware that additional opam files should be taken into account.Typically, in SuperBOL, we have a Makefile.drom-tpl file that uses a
$(MORE_OPAM_FILES)variable to add opam files to be installed.