yallop / ocaml-ctypes

Library for binding to C libraries using pure OCaml
MIT License
369 stars 95 forks source link

No implementations provided for Bisect__Runtime #669

Open ulrikstrid opened 3 years ago

ulrikstrid commented 3 years ago

I get the following error while building some stuff that depends on ctypes:

Error: No implementations provided for the following modules:
             Bisect__Runtime referenced from
....

There is a conversation about it here back in 2019: https://github.com/ocamllabs/ocaml-ctypes/pull/610#issuecomment-514749142

bisect_ppx should probably only be added for the tests and not just because it is installed.

yallop commented 3 years ago

Thank you for the report. It's going to be a little while before I have time to work on this, but a patch would be welcome.