aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2018-08-24 14:34:41 -0400
committerThomas Van Lenten <thomasvl@google.com>2018-08-24 14:45:54 -0400
commitca5f717ebaf0372b9dc1ea98b97c240f96c4fa09 (patch)
tree78a041c92ff1d9efe969c7f59adc61055c0ecbff /README.md
parentc0b0c4400e635827a908cde9fa19937c55b01237 (diff)
downloadbazel-skylib-ca5f717ebaf0372b9dc1ea98b97c240f96c4fa09.tar.gz
Update the module list.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index ad0a44e..d6d83f4 100644
--- a/README.md
+++ b/README.md
@@ -44,10 +44,14 @@ s = shell.quote(p)
* [collections](lib/collections.bzl)
* [dicts](lib/dicts.bzl)
+* [partial](lib/partial.bzl)
* [paths](lib/paths.bzl)
* [selects](lib/selects.bzl)
-* [sets](lib/sets.bzl)
+* [sets](lib/sets.bzl) - _deprecated_, use `new_sets`
+* [new_sets](lib/new_sets.bzl)
* [shell](lib/shell.bzl)
+* [structs](lib/structs.bzl)
+* [types](lib/types.bzl)
* [unittest](lib/unittest.bzl)
* [versions](lib/versions.bzl)