range-v3
range-v3 copied to clipboard
Make range-v3 a Bazel module (Support Bzlmod)
According to https://bazel.build/external/overview, WORKSPACE is the legacy way to manage dependencies in Bazel and the new way is now Bzlmod. Can we support it?
Based on the WORKSPACE file, it would be trivial by just adding required files and leave them mostly blank, and I can put up a PR for this.