Skip to main content
Bazel
About Bazel Getting started User guide Reference Extending Community Versioned docs
  • 8.2
  • 8.1
  • 8.0
  • 7.6
  • 7.5
  • 6.5
  • 5.4.1
  • Nightly
  • More…
/
  • English
  • Deutsch
  • Español
  • Español – América Latina
  • Français
  • Indonesia
  • Italiano
  • Polski
  • Português
  • Português – Brasil
  • Tiếng Việt
  • Türkçe
  • Русский
  • עברית
  • العربيّة
  • فارسی
  • हिंदी
  • বাংলা
  • ภาษาไทย
  • 中文 – 简体
  • 中文 – 繁體
  • 日本語
  • 한국어
GitHub
  • Guides to maximize Bazel's power through advanced concepts and extensions
Concepts Writing rules Distributing rules Design docs APIs
Bazel
  • About Bazel
  • Getting started
  • User guide
  • Reference
  • Extending
    • Concepts
    • Writing rules
    • Distributing rules
    • Design docs
    • APIs
  • Community
  • Versioned docs
    • More
  • GitHub
  • Build API
    • Overview
    • Functions & Constants
    • Modules
      • AnalysisTestResultInfo
      • apple_common
      • apple_toolchain
      • attr
      • bazel_module
      • bazel_module_tag
      • bazel_module_tags
      • cc_common
      • cmd_helper
      • config_common
      • coverage_common
      • java_common
      • platform_common
      • proto_common
      • TemplateDict
      • testing
    • Configuration Fragments
      • Overview
      • apple
      • coverage
      • cpp
      • go
      • j2objc
      • java
      • objc
      • platform
      • proto
      • py
      • swift
    • Providers
      • Overview
      • AppleDebugOutputs
      • AppleDynamicFramework
      • AppleExecutableBinary
      • BaselineProfileProvider
      • CcInfo
      • CcStarlarkApiProvider
      • CcToolchainConfigInfo
      • CcToolchainInfo
      • CompilationContext
      • ConstraintCollection
      • ConstraintSettingInfo
      • ConstraintValueInfo
      • DebugPackageInfo
      • DefaultInfo
      • ExecutionInfo
      • FeatureFlagInfo
      • file_provider
      • FilesToRunProvider
      • GeneratedExtensionRegistryProvider
      • IncompatiblePlatformProvider
      • InstrumentedFilesInfo
      • java_compilation_info
      • java_output_jars
      • JavaInfo
      • JavaPluginData
      • JavaPluginInfo
      • JavaRuntimeInfo
      • JavaToolchainInfo
      • ObjcProvider
      • OutputGroupInfo
      • PackageSpecificationInfo
      • PlatformInfo
      • ProguardSpecProvider
      • ProtoInfo
      • ProtoRegistryProvider
      • PyInfo
      • PyRuntimeInfo
      • RunEnvironmentInfo
      • TemplateVariableInfo
      • ToolchainInfo
      • ToolchainTypeInfo
      • XcodeProperties
      • XcodeVersionConfig
    • Built-in Types
      • Overview
      • Action
      • actions
      • apple_bitcode_mode
      • apple_platform
      • apple_platform_type
      • Args
      • Aspect
      • Attribute
      • BuildSetting
      • CcCompilationOutputs
      • CcLinkingOutputs
      • config
      • configuration
      • ctx
      • depset
      • DirectoryExpander
      • DottedVersion
      • exec_result
      • ExecGroupCollection
      • ExecGroupContext
      • ExecTransitionFactory
      • extension_metadata
      • FeatureConfiguration
      • File
      • fragments
      • java_annotation_processing
      • java_output
      • Label
      • LateBoundDefault
      • LibraryToLink
      • License
      • LinkerInput
      • LinkingContext
      • module_ctx
      • native
      • native_rule_transition
      • path
      • ProtoModule
      • Provider
      • repository_ctx
      • repository_os
      • repository_rule
      • root
      • rule
      • rule_attributes
      • runfiles
      • struct
      • SymlinkEntry
      • tag_class
      • Target
      • toolchain_type
      • ToolchainContext
      • transition
    • Core Starlark data types
      • Overview
      • bool
      • builtin_function_or_method
      • dict
      • float
      • function
      • int
      • json
      • list
      • range
      • string
      • tuple
    • Repository rules
      • Overview
      • git
      • http
      • utils
  • 8.2
  • 8.1
  • 8.0
  • 7.6
  • 7.5
  • 6.5
  • 5.4.1
  • Nightly
  • More…
  • On this page
  • Members
  • is_root
  • name
  • tags
  • version
  • Bazel
  • Extending
  • APIs

bazel_module

  • On this page
  • Members
  • is_root
  • name
  • tags
  • version
Represents a Bazel module in the external dependency graph.

Members

  • is_root
  • name
  • tags
  • version

is_root

bool bazel_module.is_root

Whether this module is the root module.

name

string bazel_module.name

The name of the module.

tags

bazel_module_tags bazel_module.tags

The tags in the module related to the module extension currently being processed.

version

string bazel_module.version

The version of the module.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-07-11 UTC.

  • Stay connected

    • Blog
    • GitHub
  • Support

    • Support
    • Issue tracker
    • Slack
    • Stack Overflow
  • Terms
  • Privacy
  • Manage cookies
  • English
  • Deutsch
  • Español
  • Español – América Latina
  • Français
  • Indonesia
  • Italiano
  • Polski
  • Português
  • Português – Brasil
  • Tiếng Việt
  • Türkçe
  • Русский
  • עברית
  • العربيّة
  • فارسی
  • हिंदी
  • বাংলা
  • ภาษาไทย
  • 中文 – 简体
  • 中文 – 繁體
  • 日本語
  • 한국어