| <!-- Generated with Stardoc: http://skydoc.bazel.build --> |
| |
| <a name="#whl_library"></a> |
| |
| ## whl_library |
| |
| <pre> |
| whl_library(<a href="#whl_library-name">name</a>, <a href="#whl_library-extras">extras</a>, <a href="#whl_library-requirements">requirements</a>, <a href="#whl_library-whl">whl</a>) |
| </pre> |
| |
| |
| |
| ### Attributes |
| |
| <table class="params-table"> |
| <colgroup> |
| <col class="col-param" /> |
| <col class="col-description" /> |
| </colgroup> |
| <tbody> |
| <tr id="whl_library-name"> |
| <td><code>name</code></td> |
| <td> |
| <a href="https://bazel.build/docs/build-ref.html#name">Name</a>; required |
| <p> |
| A unique name for this repository. |
| </p> |
| </td> |
| </tr> |
| <tr id="whl_library-extras"> |
| <td><code>extras</code></td> |
| <td> |
| List of strings; optional |
| </td> |
| </tr> |
| <tr id="whl_library-requirements"> |
| <td><code>requirements</code></td> |
| <td> |
| String; optional |
| </td> |
| </tr> |
| <tr id="whl_library-whl"> |
| <td><code>whl</code></td> |
| <td> |
| <a href="https://bazel.build/docs/build-ref.html#labels">Label</a>; required |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| |
| |