You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to write a plugin and install the plugin using the dune build system. However, the dune build script of the README.md fails due to the absence of the bap-common package. The reason is that bap installed from opam does not contain the bap-common package.
I resolved the problem by pinning the recent bap project cloned from Github, but it would be better to contain the bap-common package in the bap on opam.
Is there a plan to update the bap on opam?
The text was updated successfully, but these errors were encountered:
Yes, there are plans but there are blockers that prevent them. Right now only the testing opam repository works with dune build system. And dune build system itself is unofficial and mostly for local development.
Hi all,
I'm trying to write a plugin and install the plugin using the dune build system. However, the dune build script of the README.md fails due to the absence of the bap-common package. The reason is that bap installed from opam does not contain the bap-common package.
I resolved the problem by pinning the recent bap project cloned from Github, but it would be better to contain the bap-common package in the bap on opam.
Is there a plan to update the bap on opam?
The text was updated successfully, but these errors were encountered: