Members
arch
string repository_os.archA string identifying the architecture Bazel is running on (the value of the "os.arch" Java property converted to lower case).
environ
dict repository_os.environThe list of environment variables.
name
string repository_os.nameA string identifying the operating system Bazel is running on (the value of the "os.name" Java property converted to lower case).