bazel-contrib / bazel-gazelle

Gazelle is a Bazel build file generator for Bazel projects. It natively supports Go and protobuf, and it may be extended to support new languages and custom rule sets.
Apache License 2.0
1.19k stars 378 forks source link

feat: include package URL in package_info #1917

Closed alexeagle closed 1 month ago

alexeagle commented 1 month ago

Requires upgrade to the 1.0.0 release of rules_license, which is more appropriate than a pre-release anyway.

Follow-up to #1852

Note that I'm still unable to gather the resulting data from an end-user point of view using the aspects provided by rules_license. Will look for some help on Slack to see if there's still missing plumbing.