Right now the metadata.json has a single key to specify the homepage. While most people use this to specify the github repo URL, others such as the bazel-lib link to the docs or boost linking to their websites.
Looking at other package sources such as pypi, there is the option to specify multiple project links such as the repositry, the docs, or the release notes. To me, this seems to be a nice feature for BCR as well.
Right now the
metadata.json
has a single key to specify thehomepage
. While most people use this to specify the github repo URL, others such as the bazel-lib link to the docs or boost linking to their websites.Looking at other package sources such as pypi, there is the option to specify multiple project links such as the repositry, the docs, or the release notes. To me, this seems to be a nice feature for BCR as well.
This issue is related to https://github.com/bazelbuild/bazel-central-registry/issues/131.