bazelbuild / bazel-central-registry

The central registry of Bazel modules for the Bzlmod external dependency system.
https://registry.bazel.build
Apache License 2.0
232 stars 254 forks source link

wanted: hdl/bazel_rules_hdl #163

Open QuantamHD opened 1 year ago

QuantamHD commented 1 year ago

Hi,

Also a Googler. I have a pretty extensive set of dependency support package in bazel_rules_hdl that might be useful to upstream here.

The packages in there are all built hermetically from source, as such, they represent the full DAG of all the packages.

Is there any interest to migrate them here?

fmeum commented 1 year ago

These projects would be a great addition to the BCR, bootstrapping the C++ aspect of it.

I noticed that some projects are patched to use Bazel runfiles. This will definitely lead to issues before https://github.com/bazelbuild/bazel/issues/16124 has been fixed, but that is actively being worked on.

meteorcloudy commented 1 year ago

@QuantamHD Yes, we would love to accept PRs to add those dependencies as Bazel modules.