I noticed that mybuild is listed as a dependency in the opam file. But I can also see that the project is using dune as the main build system. Is mybuild still required?
I'm asking this because I'm trying to use sqlgg with duniverse which requires all dependencies (including the transitive ones) to be dune compatible and mybuild isn't a dune project.
mybuild is used to produce version from git checkout. I believe you can easily skip its usage with local patch. But then you will find widespread extlib usage, which is not built by dune either.
I noticed that
mybuild
is listed as a dependency in the opam file. But I can also see that the project is using dune as the main build system. Ismybuild
still required?I'm asking this because I'm trying to use
sqlgg
with duniverse which requires all dependencies (including the transitive ones) to be dune compatible andmybuild
isn't a dune project.Thanks for an amazing tool, btw :)