Skip to content

Commit

Permalink
Added docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Attempt3035 committed Jan 13, 2024
1 parent 2ac80f4 commit fbe96cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
"""
Hey there! This module is from https://github.com/dynacondev/boost.rules.tools
This module has some essential functions in tools.bzl and the BUILD.bazel file which are used by ALL the Boost libraries in the Bazel Central Registry
It also has the super_tool.py which is essential for making changes to the Bazel modules. Check out the repo for instructions!
"""

module(
name = "boost.rules.tools",
version = "1.0.0",
Expand Down

0 comments on commit fbe96cc

Please sign in to comment.