Private Bazel Central Registry for @tummycrypt/* packages.
Add to your .bazelrc:
common --registry=https://raw.githubusercontent.com/tinyland-inc/bazel-registry/main/
common --registry=https://bcr.bazel.build/
Then in your MODULE.bazel:
bazel_dep(name = "tummycrypt_tinyland_auth", version = "0.1.0")bazel_registry.json # Registry manifest
modules/
tummycrypt_*/ # One directory per module
metadata.json # Homepage, maintainers, versions
0.1.0/
MODULE.bazel # Module definition + deps
source.json # Archive URL + integrity hash
Generated from tinyland.dev monorepo bcr/ directory.