blob: 5fe631a8fa00d3f214b283b787ba9d30a58e1cf0 [file]
<html devsite>
<head>
<meta name="project_path" value="/_project.yaml">
<meta name="book_path" value="/versions/6.1.0/_book.yaml">
</head>
<body>
<h1 class="page-title" id="modules.bazel_module">bazel_module</h1>
<!-- {% raw %} -->
Represents a Bazel module in the external dependency graph.
<h2>Members</h2>
<ul>
<li>
<a href="#is_root">is_root</a>
</li>
<li>
<a href="#name">name</a>
</li>
<li>
<a href="#tags">tags</a>
</li>
<li>
<a href="#version">version</a>
</li>
</ul>
<h2 id="is_root">is_root</h2>
<p><pre class="rule-signature"><a class="anchor" href="bool.html">bool</a> bazel_module.is_root</pre></p>
Whether this module is the root module.
<h2 id="name">name</h2>
<p><pre class="rule-signature"><a class="anchor" href="string.html">string</a> bazel_module.name</pre></p>
The name of the module.
<h2 id="tags">tags</h2>
<p><pre class="rule-signature"><a class="anchor" href="bazel_module_tags.html">bazel_module_tags</a> bazel_module.tags</pre></p>
The tags in the module related to the module extension currently being processed.
<h2 id="version">version</h2>
<p><pre class="rule-signature"><a class="anchor" href="string.html">string</a> bazel_module.version</pre></p>
The version of the module.
</body>
</html>
<!-- {% endraw %} -->