bazelbuild / bazel-skylib

Common useful functions and rules for Bazel
https://bazel.build/
Apache License 2.0
387 stars 178 forks source link

Provide a `lists` module. #422

Open cgrindel opened 1 year ago

cgrindel commented 1 year ago

I have a Starlark lists module with several functions that make working with list values a little eaiser. I am willing to contribute it to bazel-skylib as the functionality seems generally useful.

Current functions:

If the code owners are agreeable, I am willing to put up one or more PRs.