Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
rules/ | 22-Nov-2023 | - | 102 | 88 | ||
BUILD | D | 22-Nov-2023 | 105 | 3 | 2 | |
README.md | D | 22-Nov-2023 | 510 | 11 | 8 | |
WORKSPACE | D | 22-Nov-2023 | 2.8 KiB | 79 | 59 | |
bzl_library.bzl | D | 22-Nov-2023 | 2.9 KiB | 99 | 93 |
README.md
1This directory and its subdirectories are a partial fork of the 2[`bazel-skylib`](https://github.com/bazelbuild/bazel-skylib) 3github repository, for experimental use with Bazel builds. 4 5Not all files in `bazel-skylib` are included. When a file in this directory diverges 6from `bazel-skylib`, add a comment containing `Divergence from bazel-skylib` which 7explains the need for this divergence. 8 9It should be a goal to follow HEAD `bazel-skylib` as closely as possible, with 10necessary changes made upstream ASAP. 11