Andy Christiansen
Andy Christiansen
I started the migration of this module to bzlmod, please get in touch if you are about to do the same.
Quick update on the progress: The C++ parts of the google-benchmark library have been fully migrated to bzlmod, but the Python bindings part is still pending. The reason is that...
Clarification to my comment above: In order to depend on google/benchmark using blzmod (in a C++ project), everything should be in place now. The Python bindings migration is needed to...
Awesome, thanks for adding the current Python C headers to rules_python! Regarding your question of downstream usage, here is one example project that creates a C extension with Python bindings:...